How to tar files

tar -cf ILoveHomework.tar Homework3 Comments: * The c tells tar to create a new tar file * The f tells tar to name it ILoveHomework.tar * You have to supply the .tar extension in the command. This command creates a new file in the parent directory named ILoveHomework.tar (of course, you may call it anything …