Digital Foundations
Linux Quick Commands
Find a file:
find . -name "filename"
Find files containing text:
grep -R "text" ./*
Home
Subscribe to:
Posts (Atom)