Search Results

Search: Posts Made By: tabini
1,889
Posted By citaylor
/proc is a special filesystem that is very...
/proc is a special filesystem that is very transitionary as it mirrors the state of the O/S, and has no "real" files, so I would recommend not running the find against it...You can remove it from the...
1,889
Posted By jlliagre
Here is one way: find / -group 1234 2>/dev/null...
Here is one way:
find / -group 1234 2>/dev/null Hey, it's time to upgrade !
SunOS 5.1 was released in 1992 ... ;)
2,820
Posted By bartus11
This should extract fully quafilied names: perl...
This should extract fully quafilied names: perl -0777 -ne'$,="\n";print /[^ "]+\.domain\.com/g; print "\n"' file
And this only hostnames: perl -0777 -ne'$,="\n";print /[^ "]+(?=\.domain\.com)/g;...
Showing results 1 to 3 of 3

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