Search Results

Search: Posts Made By: ljubayuu
3,402
Posted By ljubayuu
GREP:Output all lines containing word
Output all lines in the file temp that contain the word dog
using GREP only and in one line!!!

I tried grep '[[:space:]]dog[[:space:]]' temp

but it doesnt catch word dog when is at beginning...
1,648
Posted By ljubayuu
ljubayuu
Hello there again, this is code I am having so far:
grep '.[[:space:]][0-9][[:space:]][0-9][0-9]$' $studentGrades > file5
grep '.[[:space:]][0-9][[:space:]][0-9][0-9][0-9]$' $studentGrades >>...
1,648
Posted By ljubayuu
Probably easy question for handy person!!!
I have given file with three columns,example:

mm234 5 22
mn237 6 45
de987 4 41

I have to check for input values in second and third column and if it is not numeric I have to deleted using...
Showing results 1 to 3 of 3

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