From 07f29055e9385e51c22c185dcdd350506093b95b Mon Sep 17 00:00:00 2001 From: onceupon Date: Mon, 2 Oct 2017 12:06:47 +0800 Subject: [PATCH] add others cut the last column --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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