linux Command
find Search for files and directories find /path -name “*.txt”
echo Display a message or output to a file echo “Hello, Linux!” > greeting.txt