Search Results

Search: Posts Made By: poornimajayan
16,467
Posted By poornimajayan
Thanks a lot gurus. I used Joeyg's...
Thanks a lot gurus.
I used Joeyg's approach and it worked.
When I tried Jim's solution head -1 file | awk -F'|' '{print $NF -1 }', it is giving me -1.Just of curiosity..What does that...
16,467
Posted By poornimajayan
Script to find the number of tab delimiters in a line
Hi,
I need to find the number of tab delimiters in the first line of a file.So using
word=`head -1 files.txt`
I have extracted the first line of file into a variable word.It has 20 tab delimted...
Showing results 1 to 2 of 2

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