Skip to content

Instantly share code, notes, and snippets.

View acbharat's full-sized avatar

Bharath Kumar Chandraraja acbharat

View GitHub Profile
@prashanth-sams
prashanth-sams / Linux_cmds.md
Last active March 14, 2019 15:22
Commands and shortcuts

Grep

cat appium.txt | grep "your text"
grep "your text" appium.txt
grep --color "your text" appium.txt
ls | grep "your text"

Tmux (split terminal)