mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
sqfscat: add page and Polish translation (#10153)
This commit is contained in:
parent
23aa85e3c0
commit
6d06c593a7
2 changed files with 16 additions and 0 deletions
8
pages.pl/linux/sqfscat.md
Normal file
8
pages.pl/linux/sqfscat.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# sqfscat
|
||||||
|
|
||||||
|
> Połącz pliki z systemu plików squashfs i wypisz je na standardowe wyjście.
|
||||||
|
> Więcej informacji: <https://manned.org/sqfscat>.
|
||||||
|
|
||||||
|
- Wyświetl zawartość jednego lub więcej plików z systemu plików squashfs:
|
||||||
|
|
||||||
|
`sqfscat {{system_plików.squashfs}} {{plik1 plik2 ...}}`
|
8
pages/linux/sqfscat.md
Normal file
8
pages/linux/sqfscat.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# sqfscat
|
||||||
|
|
||||||
|
> Concatenate files from a squashfs filesystem and print them to standard output.
|
||||||
|
> More information: <https://manned.org/sqfscat>.
|
||||||
|
|
||||||
|
- Display the contents of one or more files from a squashfs filesystem:
|
||||||
|
|
||||||
|
`sqfscat {{filesystem.squashfs}} {{file1 file2 ...}}`
|
Loading…
Add table
Reference in a new issue