SAGARFIVE

Author: Sagar

Linux File Commands

1 Creating File without data Single file : touch <filename>.<extension>  Multiple files : touch <file1> <file2> <file3>… 2 Creating file with minimal data echo “Hii ! ,

Read More »