Search Results

Search: Posts Made By: cyberking
3,002
Posted By alister
If you inspect the chown source, you'll see that...
If you inspect the chown source, you'll see that it uses getpwnam(3) to convert the username to a uid. That function reads the binary database files /etc/spwd.db and /etc/pwd.db. Did you rebuild...
2,000
Posted By elixir_sinari
awk '{sub(/^[ \t]*[[:alnum:]]+[ \t]*/,x)}1' file ...
awk '{sub(/^[ \t]*[[:alnum:]]+[ \t]*/,x)}1' file
Does that serve your purpose?


Use code tags to surround code and data samples (your code/data). That'll preserve the white-spaces.
Showing results 1 to 2 of 2

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