Find text in files across Linux machine find text String terminal linux file folder To find the word "fishpaste" in all files contained in the root directory / run the following command in the terminal: grep -Rw / -e 'fishpaste'
Find path of Symbolic link Ubuntu find path symbolic symlink link linux ubuntu To find the real path of a symlink in Ubuntu you can use the following command: readlink -f filename