Pages

▼
Showing posts with label linux bash. Show all posts
Showing posts with label linux bash. Show all posts
Sunday, August 25, 2013

Call and store response from a url using bash script

›
#!/bin/bash ## generate random string of length 18 function randpass {         echo `</dev/urandom tr -dc A-Za-z0-9 | head -c18` } ...
Thursday, December 13, 2012

Run Bash Script Using Java And Get Debug And Error Output

›
String command = "sudo /usr/bin/some_name.sh"; System.out.println("runBashScriptCommand: " + command); try {     Runtim...
›
Home
View web version
Powered by Blogger.