Search Results

Search: Posts Made By: waiq
4,589
Posted By waiq
from the top of my head. I think you can use...
from the top of my head. I think you can use somthing like this:
grep -e ^[:alpha:][:digit:]*
1,559
Posted By waiq
Hi gazz1982, I dont think using a variable...
Hi gazz1982,

I dont think using a variable name like that should work.

take a look at arrays:
http://tldp.org/LDP/abs/html/arrays.html

or a more ugly hack:
e="123,456,789"

echo $e | cut...
2,955
Posted By waiq
I think you need to escape the "|".. So grep -e...
I think you need to escape the "|".. So grep -e "string1\|string2" filename should work.
Showing results 1 to 3 of 3

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