Shell: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
Line 1: Line 1:
How to do things on shell
How to do things on shell
 
=Links=
*https://explainshell.com/
=Files magic=
=Files magic=
== sort by Nth field ==
== sort by Nth field ==

Revision as of 10:26, 22 November 2024

How to do things on shell

Links

Files magic

sort by Nth field

sort -t '|' -k 4


FAQ

This account is currently not available

When you're trying to use su to run command as another user, problably means the shell is /sbin/nologin so try

su -s /bin/bash someuser -c command