Updated: 18 March 2024
Zip a file
zip -r curl-debug-wp-plugin.zip ./curl-debug-wp-plugin --exclude '*.git*'
Zip a folder without including the root folder
zip -rj ctd-wp-theme.zip ./ctd-wp-child-theme
Freelance software engineer United Kingdom
Updated: 18 March 2024
Zip a file
zip -r curl-debug-wp-plugin.zip ./curl-debug-wp-plugin --exclude '*.git*'
Zip a folder without including the root folder
zip -rj ctd-wp-theme.zip ./ctd-wp-child-theme
Updated: 11 March 2023
Extract a tar ball to the current directory
tar -x -f music.tar