Thursday, December 29, 2011

Make that last command into a Linux script





You have been trying combinations to see which command line options best fit your needs, and you’ve finally found it. Now let’s make that into a script. You could revert to the last command using your Up key, copy the string, create a new file, paste the string, save the file. Or you could simply
echo “!!” > awesome-script.sh

No comments:

Post a Comment