command

Format USB drive to VFAT

Use below command to format usb drive (/dev/sdxy) to be VFAT file system.
#mkfs.vfat /dev/sdxy

Find the biggest size file

Move to your target directory and execute this command

# du -la | sort -n

Print out last command result with echo



# echo $?

echo the last result of executed command.
0= ok, else error

Share this page :

Custom Search
Syndicate content