Search Results

Search: Posts Made By: kzmatam
31,756
Posted By kzmatam
Grep for a negative number
Hi,

I want to search for a return code of -3. Using grep "-3" *.* is giving a syntax error. Please suggest as to how can we search for this pattern using grep.

Thanks,
Krishna
5,153
Posted By kzmatam
TMP1=${OUT}_tmp1 TMP=${OUT}_tmp Both the...
TMP1=${OUT}_tmp1
TMP=${OUT}_tmp

Both the $OUT are paths which are defined appropriately in the beginning of the script.
5,153
Posted By kzmatam
Issue with a sed one liner variant - sed 's/ ; /|/g' $TMP1 > $TMP
Execution of the following segment is giving the error -

Script extract:-

OUT=$DATADIR/sol_rsult_orphn.bcp
TMP1=${OUT}_tmp1
TMP=${OUT}_tmp

( isql -w 400 $dbConnect_OPR <<EOF
select...
Showing results 1 to 3 of 3

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