Search Results

Search: Posts Made By: r05h777
1,153
Posted By r05h777
If you want to get a count of files containing a...
If you want to get a count of files containing a patterns "X" ,"Y" and "Z" execute the following awk command. Otherwise pls clarify your question.
awk -F"_" '$2 ~ /X/ { x++ }; $2 ~ /Y/ { y++ }; $2...
62,724
Posted By r05h777
There is always another way in Linux ::) ...
There is always another way in Linux ::)

x1="This is Kiran"
x2= `echo $x1 | awk '{ print $NF }'
Showing results 1 to 2 of 2

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