Search Results

Search: Posts Made By: FOOGLE
1,629
Posted By FOOGLE
try this echo...
try this
echo $TABLE"_WHERE_BY_CLAUSE"
2,932
Posted By FOOGLE
try /usr/xpg4/bin/grep -e 'string1|string2'
try
/usr/xpg4/bin/grep -e 'string1|string2'
5,466
Posted By FOOGLE
if [ -s abcd.txt ];then echo "non empty" else...
if [ -s abcd.txt ];then
echo "non empty"
else
echo "empty"
6,961
Posted By FOOGLE
cat filename | cut -d "~" -f 4|sed -e...
cat filename | cut -d "~" -f 4|sed -e 's/0/4/'
7,628
Posted By FOOGLE
/usr/ucb/df $HOME(disk free s)
/usr/ucb/df $HOME(disk free s)
Showing results 1 to 5 of 5

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