Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash hide file

echo "hidden file" > hidden.txt
cat hidden.txt
ls
mv hidden.txt .hidden.txt
ls
Source by ubuntu.com #
 
PREVIOUS NEXT
Tagged: #bash #hide #file
ADD COMMENT
Topic
Name
7+5 =