d368aa56d265ad91925007bba534d06b4007f081
echo "hello world"pwdlscat access.logtail -n 5 access.loggrep "GET" access.loggrep -c -P '\t' file-with-tabs.txtgrep -l 500 *ls | grep 'access.log*'find . -type f -name "access.log*" -exec grep -hP '500' {} \;find . -type f -name "access.log*" -exec grep -oP '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}' {} \;??????cat access.log | sort?????????rm -- -*rmfind . -type f -name "*.doc" -exec rm {} \;???find . -type f -name "*.txt" -exec sed -i 's/challenges are difficult//g' {} \;???find . -type f -exec basename {} \;