Dear all,
I have the current m4 command substituting words in my script.
cat << EOF | m4 -D PROJECT_EXPLUID=${PROJECT_EXPLUID} -D PROJECT_TRIGRAMME=${PROJECT_TRIGRAMME}
it does its job for patterns like :
some commands PROJECT_TRIGRAMME some commands
but not for...
Hello,
I searched a bit, and i found that i am able to add simple quote with a print in awk using this
'"'"'" '"'"'"
but as i am already using simple quotes once, this will not works.
By the way there was a mistake in my print line :
find user2 -ls | awk {if ($5 != $6) print $0 }
Dear all,
As i am trying to set-up quotas on users'home.
I would like to have all uid and gid the same for those user's directories. Then find out all the sub files and folder who's GID is different from UID, and send them to a file.
Here is a sample of my working directory :
drwxrwx--- 14...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.