start new:
tmux
start new with session name:
tmux new -s myname
| ziping files/directories examples | |
| Creates the archive data.zip and puts all the files in the current directory in it in compressed form, type: | |
| $ zip data * | |
| Note: No need to add .zip extension or suffix as it is added automatically by zip command. | |
| Use the ls command to verify new zip file: | |
| $ ls |