Search Results

Search: Posts Made By: stevensxiao
15,053
Posted By stevensxiao
Thanks for reply, but the -p option is only...
Thanks for reply, but the -p option is only supported on SOLARIS 9 and not supported by most platform, like AIX, HPUX, even SOLARIS 8.
15,053
Posted By stevensxiao
how to make a current running process ignore SIGHUP signal?
I ask this question since sometimes i run a time-consuming ftp in foreground and forget to use nohup ftp.sh & to put this work background and can still running after i log off.
Assume this ftp task...
1,741
Posted By stevensxiao
please try the script below if the input file...
please try the script below
if the input file is file1 through file3
multijoin.sh
#!/usr/bin/ksh
c=1
for f in file?
do
if [[ c -eq 1 ]];
then
cat $f > tmp
...
2,842
Posted By stevensxiao
besides -qi option, the -w option is prefered if...
besides -qi option, the -w option is prefered if you want a exact word match
Showing results 1 to 4 of 4

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