diff --git a/README.md b/README.md index fa6c698..5e8786b 100644 --- a/README.md +++ b/README.md @@ -1562,6 +1562,10 @@ Move up/down with the arrow keys (↑ and ↓). nl e.g. cat filename|cut -f2|nl ``` +##### Cut the last column +```bash +cat filename|rev|cut -f1|rev +``` ## System