Summary: Hi there im trying to create a script that will log on to different computers then go to a set directory and then delete some files. I've come up with...
Summary: The first one won't work for various reasons, the main one being that "-f file" means read some awk statements to be executed from "file" - but "rent_...
Summary: Hello guys, I need help with writing a ksh, csh or bash script which will call another script and input arguments for the called upon script. The scr...
Summary: Hello, I have a bunch of files named in the manner of 210_slw02_f8.jpg but with different numbers after the 'f'. I want to replace the slw02 in these...
Summary: For this particular problem, I like awk: awk ' { if(NR == 2) print "test"; print $0 } ' myfile Although it's not commonly done, you can call vi within...
Summary: Hello All, I am trying to link a few csh scripts together via positional parameters. In the calling script, I assign 8 different variables to values u...
Summary: Hi, I set up a small test lab made up of (1)WinXP, (1)WinNT and (1) Linux server. I brought the Linux server up as a PDC. I created the [netlogon] sha...
Summary: hi my question is abt scripting. i want to find the diffrence in two dates. dates are in /var/log/messages Mar 27 05:48:02 abhargav sshd[1151]: Apr ...
Summary: in redhat 9 where do i put the login script so it will apply to all users when the login? i tried teh .login but that didn't work for some reason. tha...
Summary: I need help with this basic script writing using bash shell. I just started using Linux and the company I work for is trying to instill this system. H...
Summary: I am trying to set the variable SIDS in the following script. However, once outside the do/done block $SIDS reverts to what it was before the loop! Co...
Summary: A bash script that would scroll through the files in a particular directory (an arbitrary number of files, with arbitrary names, in a specified direct...
Summary: Hi; im a newbie for linux. i have a home work which i wrote as bellow. anybody can help me to correct what is wrong. im appreciated. the question is: ...
Summary: I'm trying to run a script but having problem with the code. I want the code to print lines 7 and up to whatever the last line is and print it out. ...
Summary: I would have a question on the command "getopts", if I want to perform a command with an unlimited argument such as: foo -cd {filename1 filename2 ...
Summary: I'm wondering if there is anyone who can solve the following problem. I am trying to write a script that will iterate through several consecutive subp...
Summary: How do i convert the case (upper to lower or lower to upper) in bash scripting and secondly.. I need to compare the exact string that is entered as an...
Summary: I'm new to bash scripting and for practice I'm making a script called rubbish as an alternative for "rm". The idea is if you type "rubbish file1 file...
Summary: Hello, We just started on bash scripting in my college course, the problem is we're only dong 3 days on it. Our project for my class is to "Write a ...
Summary: Anybody knows a signup script already written to add new users to the mail server.The users are real (in passwd file) with home dirs but included in t...
Summary: Hello I need to make a ftp script that lists a couple dirs and then runs a function and does this in a loop. If I was dreaming this is what the scrip...