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