Search Results

Search: Posts Made By: vini
4,360
Posted By vini
Help in "grep" command
Hi,
I am trying to grep special chars in unix using grep command but it is not working. Please help

Program:
while read line
do
echo $line
grep "${line}" 2.txt
fi
done < ./1.txt

1.txt...
3,094
Posted By vini
giving input to a python wch has been called frm shell script....urgent
i'm calling a python script from shell script. the python needs Y as an input everytime. how can i giv it thru shell script.
I tried below code

for arg in `cat erd_gen_list.lst`
do
...
2,178
Posted By vini
Need your help for the spell checker in unix or python
Hi,
Want to know is there any command to correct the spelling using unix or python? Unix command "spell" will give only the list of the incorrect words . But i want the output along with the...
Showing results 1 to 3 of 3

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