4,461
edits
→Links: move database related content |
→Enable SSH public key authentication with an encrypted home folder: Remove some columns from an output |
||
Line 334: | Line 334: | ||
$ /sbin/mount.ecryptfs_private | $ /sbin/mount.ecryptfs_private | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Remove some columns from an output == | |||
<source lang="bash"> | |||
ls -l | awk '{print $3 " " $9}' | |||
</source> |