Search Results

Search: Posts Made By: AshTrak
3,823
Posted By AshTrak
It shouldn't create a problem as -l is for new...
It shouldn't create a problem as -l is for new line count only. So it return the value as 2 correctly.
3,823
Posted By AshTrak
Use the grep command to do it. grep -i "C|"...
Use the grep command to do it.

grep -i "C|" filename.
1,717
Posted By AshTrak
Wow. Thanks a lot. Its Working..
Wow. Thanks a lot. Its Working..
1,717
Posted By AshTrak
To Search for a pattern and substring text in a file
I have the following data in a text file.

"A",1,"MyTextfile.CSV","200","This is ,line one"
"B","EFG",23,"MyTextfile1.csv","5621",562,"This is ,line two"

I want to extract the fileNames...
Showing results 1 to 4 of 4

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