Search Results

Search: Posts Made By: Lina_14
4,337
Posted By ygemici
a little correction about my writes ...........
a little correction about my writes

........
esac
echo "Do u want to continue ? "
read c
if [ $c != "y" ]
then
exit
fi
done
and i can not see the delete records(ID) from...
4,337
Posted By ygemici
change these ................................. ...
change these
.................................
.......................
read db
if [ -z "$db" ] ; then echo "DB name is empty!! " ; exit 1 ; fi
....................................
2,009
Posted By joeyg
What happens if you manually execute that...
What happens if you manually execute that command?
Or, execute the command without the -v option? Without the -v option, the result would demonstrate what meets the criteria.

grep -v "stuff"...
2,009
Posted By joeyg
What doesn't work?
Please show an example of how it is not working.
Not working at all, only partially, etc...
4,337
Posted By birei
Hi Lina_14, In read file1 and cat $file...
Hi Lina_14,

In read file1 and cat $file variables are different and program seems to hang because cat waits for input from keyboard. I had to remove it and the sixth option (6.Delete file) worked.
Showing results 1 to 5 of 5

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