diff --git a/pages.pl/linux/sqfscat.md b/pages.pl/linux/sqfscat.md new file mode 100644 index 0000000000..093dc8f2a1 --- /dev/null +++ b/pages.pl/linux/sqfscat.md @@ -0,0 +1,8 @@ +# sqfscat + +> Połącz pliki z systemu plików squashfs i wypisz je na standardowe wyjście. +> Więcej informacji: . + +- Wyświetl zawartość jednego lub więcej plików z systemu plików squashfs: + +`sqfscat {{system_plików.squashfs}} {{plik1 plik2 ...}}` diff --git a/pages/linux/sqfscat.md b/pages/linux/sqfscat.md new file mode 100644 index 0000000000..e70e8288a7 --- /dev/null +++ b/pages/linux/sqfscat.md @@ -0,0 +1,8 @@ +# sqfscat + +> Concatenate files from a squashfs filesystem and print them to standard output. +> More information: . + +- Display the contents of one or more files from a squashfs filesystem: + +`sqfscat {{filesystem.squashfs}} {{file1 file2 ...}}`