
mksquashfs
List of commands for mksquashfs:
-
mksquashfs:tldr:38db1 mksquashfs: Create or append files and directories to a squashfs filesystem, [e]xcluding those ending with `.gz`.$ mksquashfs ${filename_or_directory1 filename_or_directory2 ---} ${filesystem-squashfs} -wildcards -e "${*-gz}"try on your machineexplain this command
-
mksquashfs:tldr:896ab mksquashfs: Create or append files and directories to a squashfs filesystem, [e]xcluding those matching a regular expression.$ mksquashfs ${filename_or_directory1 filename_or_directory2 ---} ${filesystem-squashfs} -regex -e "${regular_expression}"try on your machineexplain this command
-
mksquashfs:tldr:95139 mksquashfs: Create or append files and directories to a squashfs filesystem, [e]xcluding some of them.$ mksquashfs ${filename_or_directory1 filename_or_directory2 ---} ${filesystem-squashfs} -e ${select}try on your machineexplain this command
-
mksquashfs:tldr:bedf0 mksquashfs: Create or append files and directories to a squashfs filesystem (compressed using `gzip` by default).$ mksquashfs ${filename_or_directory1 filename_or_directory2 ---} ${filesystem-squashfs}try on your machineexplain this command
-
mksquashfs:tldr:de3b9 mksquashfs: Create or append files and directories to a squashfs filesystem, using a specific [comp]ression algorithm.$ mksquashfs ${filename_or_directory1 filename_or_directory2 ---} ${filesystem-squashfs} -comp ${select}try on your machineexplain this command