From ae519e5325e9d8e922ab45c110a26ccec5f0ef43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=B1a=20Colada?= Date: Wed, 5 May 2021 13:03:05 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 8ea70da..600fada 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -40,11 +40,11 @@ n () One possible workaround is to extract the path from the cwd command that `nnn` uses: -`lsof -c nnn | grep cwd` + lsof -c nnn | grep cwd To get the path on the last executed cwd command: -`lsof -w -c nnn | grep cwd | tail -n 1 | awk '{print $9}'` + lsof -w -c nnn | grep cwd | tail -n 1 | awk '{print $9}' A script example`tmux_split_curdir.sh`: