Search Results

Search: Posts Made By: parsajax
1,218
Posted By RudiC
Try awk '/^abcde/' file
Try awk '/^abcde/' file
1,218
Posted By rdrtx1
try also: grep '^[^x:]*x[^x:]*:' /etc/passwd
try also:
grep '^[^x:]*x[^x:]*:' /etc/passwd
1,218
Posted By bartus11
Try:awk -F: '$1~"x"' /etc/passwd
Try:awk -F: '$1~"x"' /etc/passwd
Showing results 1 to 3 of 3

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