From 6d06c593a71abdd32df9ef99e86a453321e595fa Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Thu, 25 May 2023 19:10:24 +0200 Subject: [PATCH] sqfscat: add page and Polish translation (#10153) --- pages.pl/linux/sqfscat.md | 8 ++++++++ pages/linux/sqfscat.md | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 pages.pl/linux/sqfscat.md create mode 100644 pages/linux/sqfscat.md 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 ...}}`