From c89117f412d42dd69d388705b49a821b6a3a1635 Mon Sep 17 00:00:00 2001 From: amir Date: Mon, 18 Dec 2017 14:03:49 +0330 Subject: [PATCH] fix typo (#1809) --- pages/common/fzf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/fzf.md b/pages/common/fzf.md index b44f7a02e..2b7541435 100644 --- a/pages/common/fzf.md +++ b/pages/common/fzf.md @@ -8,7 +8,7 @@ - Start finder on running processes: -`ps axu | fzf` +`ps aux | fzf` - Select multiple files with `Shift + Tab` and write to a file: