Search Results

Search: Posts Made By: itzkashi
811
Posted By RavinderSingh13
Hello itzkashi, Could you please try...
Hello itzkashi,

Could you please try following and let me know if this helps you.

Solution 1st: In case you are NOT bothering about your Input_file's sequence.

awk -F"|" '{A[$1]++} END{for(i...
811
Posted By RudiC
How about grep -Eow "XY|ST|FK" file | sort |...
How about
grep -Eow "XY|ST|FK" file | sort | uniq -c
4 FK
3 ST
2 XY
10,666
Posted By durden_tyler
Your command-line has a monospaced font - maybe...
Your command-line has a monospaced font - maybe "Terminal" or Raster Fonts. Each character uses up the same amount of horizontal space, so the character "i" and "w" will be of equal width. Due to...
Showing results 1 to 3 of 3

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