Search Results

Search: Posts Made By: Steve_H
22,445
Posted By Steve_H
SSH starting nohup'd process - not exiting
I'm trying to ssh into a remote server, run a script which may or may not start a nohup'd background process and then exit leaving the process running on the remote server. I'm looping through a...
Forum: IP Networking 07-14-2005
5,199
Posted By Steve_H
similar problem but all windows
I've got a mini switched hub and two computers running winXP, the first computer to start up grabs an ip address and is fine, the second doesn't get an ip address. Is this a configuration issue or is...
17,927
Posted By Steve_H
duh
1234567890
11,105
Posted By Steve_H
Thanks, that gives me the listing I want. ...
Thanks, that gives me the listing I want.

How do I now grab the first list element (or the first X list elements) and cp it/them out?
11,105
Posted By Steve_H
Listing files in numerical order
Hi, I'm trying to write a ksh script to copy a specified number of files from one directory to another.

The files are named in the convention <switchname>_log.<num> and the numbers are sequential...
2,358
Posted By Steve_H
try this: #!/bin/ksh while [ 1 ] do ...
try this:

#!/bin/ksh

while [ 1 ]
do
cp source.txt dest.txt
sleep 1
done
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 09:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy