Skip to content

Instantly share code, notes, and snippets.

@jmquintana79
Last active August 31, 2021 06:02
Show Gist options
  • Save jmquintana79/a60d7bf4da16ef35ce20 to your computer and use it in GitHub Desktop.
Save jmquintana79/a60d7bf4da16ef35ce20 to your computer and use it in GitHub Desktop.
bash command list
# COPY recursive
cp -r folder folder_cp
# EXPORT PATH
export PATH=$PATH:/"folder of application"/
# COUNT number lines into a file
wc -l path_file
# SEARCH text in files
grep -R "text" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment