diff --git a/tldr/duc b/tldr/duc index 6450ce05..59ad2413 100644 --- a/tldr/duc +++ b/tldr/duc @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # duc > A collection of tools for indexing, inspecting, and visualizing disk usage. -> Duc maintains a database of accumulated sizes of directories of the file system, allowing queries in this database, or creating fancy graphs to show where data is. +> Duc maintains a database of accumulated sizes of directories of the filesystem, allowing queries in this database, or creating fancy graphs to show where data is. > More information: . - Index the `/usr` directory, writing to the default database location `~/.duc.db`: @@ -21,11 +21,11 @@ source: https://github.com/tldr-pages/tldr.git `duc ls {{[-Fg|--classify --graph]}} {{[-R|--recursive]}} {{/usr/local}}` -- Start the graphical interface to explore the file system using sunburst graphs: +- Start the graphical interface to explore the filesystem using sunburst graphs: `duc gui {{/usr}}` -- Run the ncurses console interface to explore the file system: +- Run the ncurses console interface to explore the filesystem: `duc ui {{/usr}}` diff --git a/tldr/duf b/tldr/duf index c23ee607..a3bf1849 100644 --- a/tldr/duf +++ b/tldr/duf @@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git `duf` -- List everything (such as pseudo, duplicate, or inaccessible file systems): +- List everything (such as pseudo, duplicate, or inaccessible filesystems): `duf --all` diff --git a/tldr/fdupes b/tldr/fdupes index 51365f5e..7ce4350a 100644 --- a/tldr/fdupes +++ b/tldr/fdupes @@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git - Search multiple directories: -`fdupes {{directory1}} {{directory2}}` +`fdupes {{path/to/directory1 path/to/directory2 ...}}` - Search a directory recursively: @@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git - Search multiple directories, one recursively: -`fdupes {{path/to/irectory1}} {{[-R|--recurse:]}} {{path/to/directory2}}` +`fdupes {{path/to/directory1}} {{[-R|--recurse:]}} {{path/to/directory2}}` - Search recursively, considering hardlinks as duplicates: diff --git a/tldr/gitui b/tldr/gitui index c79bbc4f..681b94b4 100644 --- a/tldr/gitui +++ b/tldr/gitui @@ -25,7 +25,7 @@ source: https://github.com/tldr-pages/tldr.git `gitui {{[-f|--file]}} {{path/to/file}}` -- Use notify-based file system watcher instead of tick-based update: +- Use notify-based filesystem watcher instead of tick-based update: `gitui --watcher` diff --git a/tldr/gst-play-1.0 b/tldr/gst-play-1.0 new file mode 100644 index 00000000..a79dd89c --- /dev/null +++ b/tldr/gst-play-1.0 @@ -0,0 +1,13 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# gst-play-1.0 + +> Play media files using the playbin Gstreamer element. +> More information: . + +- Play a media file: + +`gst-play-1.0 {{file1|directory1|uri1 file2|directory2|uri2 ...}}` diff --git a/tldr/linux/dutree b/tldr/linux/dutree index 26ded318..e715f6a2 100644 --- a/tldr/linux/dutree +++ b/tldr/linux/dutree @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # dutree -> Analyze file system usage with colorful text-based trees. +> Analyze filesystem usage with colorful text-based trees. > More information: . - Show a graphical tree of the current directory: diff --git a/tldr/linux/e2undo b/tldr/linux/e2undo index 39489a68..1a18ac26 100644 --- a/tldr/linux/e2undo +++ b/tldr/linux/e2undo @@ -25,6 +25,6 @@ source: https://github.com/tldr-pages/tldr.git `e2undo -v {{path/to/undo_file}} {{/dev/sdXN}}` -- Write the old contents of the block to an undo file before overwriting a file system block: +- Write the old contents of the block to an undo file before overwriting a filesystem block: `e2undo -z {{path/to/file.e2undo}} {{path/to/undo_file}} {{/dev/sdXN}}` diff --git a/tldr/linux/grub-mount b/tldr/linux/grub-mount index 7a80607d..27616b10 100644 --- a/tldr/linux/grub-mount +++ b/tldr/linux/grub-mount @@ -5,10 +5,10 @@ source: https://github.com/tldr-pages/tldr.git --- # grub-mount -> Mount a file system or file system image read-only using GRUB's file system drivers. +> Mount a filesystem or filesystem image read-only using GRUB's filesystem drivers. > More information: . -- Mount a block device or file system image to a mount point: +- Mount a block device or filesystem image to a mount point: `grub-mount {{/dev/sdXY}} {{/mnt}}` diff --git a/tldr/linux/pacfile b/tldr/linux/pacfile index 1d0ab71b..7fbe4f3b 100644 --- a/tldr/linux/pacfile +++ b/tldr/linux/pacfile @@ -5,14 +5,14 @@ source: https://github.com/tldr-pages/tldr.git --- # pacfile -> Display information about package files, including repository data, file system checks, and database comparisons. +> Display information about package files, including repository data, filesystem checks, and database comparisons. > More information: . - List all available packages: `pacfile {{path/to/file_or_directory}}` -- Compare database values to the file system: +- Compare database values to the filesystem: `pacfile {{path/to/file_or_directory}} --check` diff --git a/tldr/linux/runlim b/tldr/linux/runlim index 463ebbd0..cd87c74c 100644 --- a/tldr/linux/runlim +++ b/tldr/linux/runlim @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # runlim -> Sample and limit time and memory usage of a program and its child processes using the proc file system on Linux. +> Sample and limit time and memory usage of a program and its child processes using the proc filesystem on Linux. > More information: . - Print the time and memory usage of a command: diff --git a/tldr/linux/systemd-dissect b/tldr/linux/systemd-dissect index 3ef4d388..fb8715e1 100644 --- a/tldr/linux/systemd-dissect +++ b/tldr/linux/systemd-dissect @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # systemd-dissect -> Introspect and interact with file system OS disk images, specifically Discoverable Disk Images (DDIs). +> Introspect and interact with filesystem OS disk images, specifically Discoverable Disk Images (DDIs). > More information: . - Show general image information about the OS image: diff --git a/tldr/linux/systemd-mount b/tldr/linux/systemd-mount index 358e21e6..6b9a114b 100644 --- a/tldr/linux/systemd-mount +++ b/tldr/linux/systemd-mount @@ -8,19 +8,19 @@ source: https://github.com/tldr-pages/tldr.git > Establish and destroy transient mount or auto-mount points. > More information: . -- Mount a file system (image or block device) at `/run/media/system/LABEL` where LABEL is the filesystem label or the device name if there is no label: +- Mount a filesystem (image or block device) at `/run/media/system/LABEL` where LABEL is the filesystem label or the device name if there is no label: `systemd-mount {{path/to/file_or_device}}` -- Mount a file system (image or block device) at a specific location: +- Mount a filesystem (image or block device) at a specific location: `systemd-mount {{path/to/file_or_device}} {{path/to/mount_point}}` -- List all local, known block devices with file systems that may be mounted: +- List all local, known block devices with filesystems that may be mounted: `systemd-mount --list` -- Create an automount point that mounts the actual file system at the time of first access: +- Create an automount point that mounts the actual filesystem at the time of first access: `systemd-mount --automount yes {{path/to/file_or_device}}` @@ -28,10 +28,10 @@ source: https://github.com/tldr-pages/tldr.git `systemd-mount {{[-u|--umount]}} {{path/to/mount_point_or_device1 path/to/mount_point_or_device2 ...}}` -- Mount a file system (image or block device) with a specific file system type: +- Mount a filesystem (image or block device) with a specific filesystem type: `systemd-mount {{[-t|--type]}} {{file_system_type}} {{path/to/file_or_device}} {{path/to/mount_point}}` -- Mount a file system (image or block device) with additional mount options: +- Mount a filesystem (image or block device) with additional mount options: `systemd-mount {{[-o|--options]}} {{mount_options}} {{path/to/file_or_device}} {{path/to/mount_point}}` diff --git a/tldr/linux/systemd-repart b/tldr/linux/systemd-repart index 86a52321..1f28b245 100644 --- a/tldr/linux/systemd-repart +++ b/tldr/linux/systemd-repart @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Automatically grow and add partitions. > Grows and adds partitions based on the configuration files described in repart.d. -> Does not automatically resize file system on partition. See systemd-growfs to extend file system. +> Does not automatically resize filesystem on partition. See systemd-growfs to extend filesystem. > More information: . - Grow the root partition (/) to all available disk space: diff --git a/tldr/linux/xmount b/tldr/linux/xmount index c2f71ebb..447458f7 100644 --- a/tldr/linux/xmount +++ b/tldr/linux/xmount @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # xmount > Convert on-the-fly between multiple input and output hard disk image types with optional write cache support. -> Create a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image. +> Create a virtual filesystem using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image. > More information: . - Mount a `.raw` image file into a DMG container file: diff --git a/tldr/osx/cvfsck b/tldr/osx/cvfsck index 73c8b37b..a7d668db 100644 --- a/tldr/osx/cvfsck +++ b/tldr/osx/cvfsck @@ -5,8 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # cvfsck -> Check and repair an Xsan file system volume. -> Part of the Xsan file system utilities on macOS. +> Check and repair an Xsan filesystem volume. +> Part of the Xsan filesystem utilities on macOS. > More information: . - Check an Xsan volume for metadata corruption (read-only mode): diff --git a/tldr/osx/diskutil-partitiondisk b/tldr/osx/diskutil-partitiondisk index 318eabcf..d7d76858 100644 --- a/tldr/osx/diskutil-partitiondisk +++ b/tldr/osx/diskutil-partitiondisk @@ -26,6 +26,6 @@ source: https://github.com/tldr-pages/tldr.git `diskutil partitionDisk {{/dev/disk_device}} {{number_of_partitions}} {{APM|MBR|GPT}} {{partition_filesystem1}} {{partition_name1}} {{partition_size1}} {{partition_filesystem2}} {{partition_name2}} {{partition_size2}} ...` -- List all supported file systems for partitioning: +- List all supported filesystems for partitioning: `diskutil listFilesystems` diff --git a/tldr/osx/xsand b/tldr/osx/xsand index 307babe3..1a392d29 100644 --- a/tldr/osx/xsand +++ b/tldr/osx/xsand @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # xsand -> Xsan file system management daemon. Provides services for the Xsan file system. +> Xsan filesystem management daemon. Provides services for the Xsan filesystem. > It should not be invoked manually. > More information: . diff --git a/tldr/pg_test_fsync b/tldr/pg_test_fsync index 47b604bf..eb5a7abd 100644 --- a/tldr/pg_test_fsync +++ b/tldr/pg_test_fsync @@ -16,6 +16,6 @@ source: https://github.com/tldr-pages/tldr.git `pg_test_fsync {{[-s|--secs-per-test]}} {{seconds}}` -- Use a specific filename (it must be in same file system that the pg_wal directory is or will be placed in): +- Use a specific filename (it must be in same filesystem that the pg_wal directory is or will be placed in): `pg_test_fsync {{[-f|--filename]}} {{path/to/file}}` diff --git a/tldr/sunos/share b/tldr/sunos/share index 9ec662c5..97b7f2c5 100644 --- a/tldr/sunos/share +++ b/tldr/sunos/share @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Make local resource/filesystem available for mounting by remote systems. > More information: . -- List all currently shared file systems: +- List all currently shared filesystems: `share` diff --git a/tldr/sync b/tldr/sync index dcddd842..8b4cd607 100644 --- a/tldr/sync +++ b/tldr/sync @@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git `sync {{path/to/file}}` -- Flush writes and drop file system caches (Linux only): +- Flush writes and drop filesystem caches (Linux only): `sync; echo 3 | sudo tee /proc/sys/vm/drop_caches` diff --git a/tldr/trivy b/tldr/trivy index 0ab861b7..d2f778d6 100644 --- a/tldr/trivy +++ b/tldr/trivy @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # trivy -> Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues. +> Scanner for vulnerabilities in container images, filesystems, and Git repositories, as well as for configuration issues. > More information: . - Scan a Docker image for vulnerabilities and exposed secrets: diff --git a/tldr/windows/chkdsk b/tldr/windows/chkdsk index a834b6e0..126d5014 100644 --- a/tldr/windows/chkdsk +++ b/tldr/windows/chkdsk @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # chkdsk -> Check file system and volume metadata for errors. +> Check filesystem and volume metadata for errors. > More information: . - Specify the drive letter (followed by a colon), mount point, or volume name to check: diff --git a/tldr/windows/fsutil b/tldr/windows/fsutil index cd4fdb39..5e1430e6 100644 --- a/tldr/windows/fsutil +++ b/tldr/windows/fsutil @@ -5,18 +5,18 @@ source: https://github.com/tldr-pages/tldr.git --- # fsutil -> Display information about file system volumes. +> Display information about filesystem volumes. > More information: . - Display a list of volumes: `fsutil volume list` -- Display information about a volume's file system: +- Display information about a volume's filesystem: `fsutil fsInfo volumeInfo {{drive_letter|volume_path}}` -- Display the current state of the file system auto-repair for all volumes: +- Display the current state of the filesystem auto-repair for all volumes: `fsutil repair state` diff --git a/tldr/windows/set-volume b/tldr/windows/set-volume index ebe25f9a..f47f33b1 100644 --- a/tldr/windows/set-volume +++ b/tldr/windows/set-volume @@ -5,15 +5,15 @@ source: https://github.com/tldr-pages/tldr.git --- # Set-Volume -> Set or change the file system label of an existing volume. +> Set or change the filesystem label of an existing volume. > Note: This command can only be used through PowerShell. > More information: . -- Change the file system label of a volume identified by drive letter: +- Change the filesystem label of a volume identified by drive letter: `Set-Volume -DriveLetter "D" -NewFileSystemLabel "DataVolume"` -- Change the file system label of a volume identified by the system label: +- Change the filesystem label of a volume identified by the system label: `Set-Volume -FileSystemLabel "OldLabel" -NewFileSystemLabel "NewLabel"` diff --git a/tldr/xplr b/tldr/xplr index 5eb8fd4d..4babdef9 100644 --- a/tldr/xplr +++ b/tldr/xplr @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # xplr -> Terminal-based file system explorer. +> Terminal-based filesystem explorer. > More information: . - Open a directory: