[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:general_admin:cli_constructs_and_useful_info [2012/12/24 12:13 (UTC)] – [Useful commands and info] hazelhowtos:general_admin:cli_constructs_and_useful_info [2013/04/02 15:19 (UTC)] (current) – [Constructs] htexmexh
Line 9: Line 9:
 ls -1 /var/log/packages | rev | cut -d - -f 1-3 --complement | rev ls -1 /var/log/packages | rev | cut -d - -f 1-3 --complement | rev
 </code> </code>
-Or if you wanted to get the full patch of a file, minus the suffix.+Or if you wanted to get the full path of a file, minus the suffix.
 <code bash> <code bash>
 echo /proc/config.gz | rev | cut -d. -f1 --complement | rev echo /proc/config.gz | rev | cut -d. -f1 --complement | rev
 howtos:general_admin:cli_constructs_and_useful_info ()