jmquintana79
11/18/2015 - 9:07 AM

bash command list

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" .