Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Unix for loop
Name: SG Date: August 28, 2002 at 16:56:15 Pacific
Comment:
I am trying to write a Unix program that accepts a user login id or name and displays login id, name, default shell, and last login date and time. I was trying to use a for loop but couldn't get it to work. Can anyone help me.
Summary: I am creating a script in which I have to note down the size of the files which are in different directory. Suppose:- In log dir : A1.txt A2.txt A3.txt A4.txt and in dat directory" A4.txt A5.txt A6.tx...
Summary: Hi, I am having a problem with grep while using it in a for loop. I have a file "ab" that looks like : (start file) --comment 1 -- comment 2 hghj jh abc bht nef 987 bht pit --comment 3 890 gyu ppp 456...
Summary: I have this for loop...It reads a bunch of configuration files and for each file it should call the function function_process. After function_process had been executed is should read the next configur...