Answers for "bash hide file"

1

bash hide file

echo "hidden file" > hidden.txt
cat hidden.txt
ls
mv hidden.txt .hidden.txt
ls
Posted by: Guest on March-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language