Shell: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
Tag: wikieditor |
||
| Line 6: | Line 6: | ||
sort -t '|' -k 4 | sort -t '|' -k 4 | ||
==List only directory names== | |||
ls -d */ | |||
=FAQ= | =FAQ= | ||
Revision as of 07:32, 10 February 2025
How to do things on shell
Links
Files magic
sort by Nth field
sort -t '|' -k 4
List only directory names
ls -d */
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
