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.
for loop
Name: bijus Date: May 5, 2003 at 01:27:35 Pacific OS: hp-ux CPU/Ram: 937MHZ/64MB
Comment:
i have a file in which there are fields such as SOID and TASKID . for eg: SO12342323232323 3EA238273927382332323 SO29832983789237 3EA948758479574894545 where the first field is the SOID and the second is the taskid , nowi want to input the first value of SOID and TASKID into a common script foreg: kickstart -w SOID -t TASKID -c CLOSE , then execute the command , then take the second values of SOID and TASKID and execute the same command.how can i go about it.
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 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 t...