sudo cp FileWalker.java / ## copy FileWalker.java file to /(root) directory.
(cd ..; cd .. ; cd .. ; javac FileWalker.java; java FileWalker) ## it's a subshell , which executes a list of commands from current dir
cp libc.h /home/ubuntu/workspace/ ## compies libc.h file to c9.io workspace
hostname -I ## get ip address of current machine
Last active
March 19, 2016 14:02
-
-
Save smamran/02ca5910fd62fd8b1b53 to your computer and use it in GitHub Desktop.
Linux Shell Run Root Directory files from current directory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment