Some Random Bash Scripts
- archive - a script that will move files from current directory to destination, if they are older than a certain date
- degc2degf - a script that converts celsius to fahrenheit (will accept piping)
- degf2degc - a script that converts fahrenheit to celsuis (will accept piping)
- lps - a script that will list processes based on provided arguments. lps aux will provide additional information.
- test-file - a script that will display information about files provided as arguments