Talk:Linux Security/ru

There are no discussions on this page.
Revision as of 12:05, 18 January 2023 by Krotesk (talk | contribs) (Created page with "How to wrap the following in UserCmd: getent group | awk -F : '{print $1}' after the pipe, the command is "trimmed" and only the part before it remains: getent group Exampl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to wrap the following in UserCmd:

getent group | awk -F : '{print $1}'

after the pipe, the command is "trimmed" and only the part before it remains:

getent group

Example:

user $ getent group COPY TO CLIPBOARD


Return to "Linux Security/ru" page.