Search Results

Search: Posts Made By: sunny651
3,784
Posted By sunny651
-bash-3.00$ grep --version grep (GNU grep)...
-bash-3.00$ grep --version
grep (GNU grep) 2.5.1

Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO...
3,784
Posted By sunny651
en, this is what i have run on my machine (FC9) ...
en, this is what i have run on my machine (FC9)

-bash-3.00$ cat xxx.txt
chr1 3821 rs127372 A/C 0.823
chr1 3822 rs127376 A/C/G 0.899
chr1 3722 rs612634 A/C 9.22
chr1 3262 rs7152 A/T 0.22
chr1...
4,179
Posted By sunny651
#! /bin/bash echo $? su user echo $? ...
#! /bin/bash

echo $?
su user
echo $?
the running result is,

-bash-3.00$ ./su.sh
0
su: user user does not exist
1
$? can be helpful?
3,784
Posted By sunny651
How about grep "A/C " xxx.txt ? there is a...
How about
grep "A/C " xxx.txt
? there is a space after "C"
68,563
Posted By sunny651
How about make the scp process running in the...
How about make the scp process running in the background? use the '&'

Like this,
scp -p $SOURCEFILE ${server}:$TARGETDIR &
Showing results 1 to 5 of 5

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