Search results

  1. Id10t

    Need help writing Scripts

    Once again I would appreciate some help writing scripts, I need 2 of them. The first: Write a script to remove any empty files (i.e., files with size 0) from directory that is specfied by the user on the command line. The name of the script should be cleanUp. This script should take either 0...
  2. Id10t

    How to write a bash script that takes user input

    I need help writing 2 different Scripts the first is a Greeting Script based on the time of day. If the script is executed for example ./myscript 8 I should get a response of "Good Morning" if I execute ./myscript 14 I should get a response of "Good Afternoon'' and so on. I found some scripts...
  3. Id10t

    Need help with egrep command

    Can anyone help me write an egrep command that will output all lines that contain 2 or more semi-colons. It seems simple but I've been stuck on this one for awhile now. Thanks
Top