Search Results

Search: Posts Made By: tara123
2,696
Posted By krishmaths
awk '{b[$0]=++a[$0]} END{for(i in b){if (b[i]==1)...
awk '{b[$0]=++a[$0]} END{for(i in b){if (b[i]==1) {print i}}}' filename
1,051
Posted By balajesuri
seq 0 25 100000You may do this too, but it's...
seq 0 25 100000You may do this too, but it's gonna take a while:
i=0; while [ $i -le 100000 ]; do echo $i; i=`expr $i + 25`; done
Showing results 1 to 2 of 2

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