Answers for "open file txt ubuntu"

7

ubuntu open file from terminal

xdg-open file-name

# xdg-open myPicture.png
Posted by: Guest on May-31-2020
1

ubuntu find file with text

grep -r someWordToSearchHere *
Posted by: Guest on August-14-2019

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language