Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All 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