├── .github
└── workflows
│ └── tldr-tests.yml
├── .gitignore
├── .ruby-version
├── .slather.yml
├── .swiftlint.yml
├── .travis.yml
├── README.md
├── TLDR.xcodeproj
├── project.pbxproj
├── project.xcworkspace
│ ├── contents.xcworkspacedata
│ └── xcshareddata
│ │ ├── IDEWorkspaceChecks.plist
│ │ └── swiftpm
│ │ └── Package.resolved
└── xcshareddata
│ └── xcschemes
│ └── TLDR.xcscheme
├── TLDR
├── App
│ ├── AppDelegate.swift
│ └── TLDRApp.swift
├── Assets
│ ├── Assets.xcassets
│ │ ├── AppIcon.appiconset
│ │ │ ├── 120_-1.png
│ │ │ ├── 120_.png
│ │ │ ├── 152_.png
│ │ │ ├── 167_.png
│ │ │ ├── 180_.png
│ │ │ ├── 29_.png
│ │ │ ├── 40_.png
│ │ │ ├── 58_-1.png
│ │ │ ├── 58_.png
│ │ │ ├── 76_.png
│ │ │ ├── 80_-1.png
│ │ │ ├── 80_.png
│ │ │ ├── 87_.png
│ │ │ └── Contents.json
│ │ ├── Contents.json
│ │ ├── clearButton.imageset
│ │ │ ├── Contents.json
│ │ │ └── Trash-100.png
│ │ ├── fav.imageset
│ │ │ ├── Contents.json
│ │ │ └── Star-100.png
│ │ ├── favRed.imageset
│ │ │ ├── Contents.json
│ │ │ └── Star Filled-100.png
│ │ ├── iconInfo.imageset
│ │ │ ├── Contents.json
│ │ │ └── iconInfo.png
│ │ └── randomButton.imageset
│ │ │ ├── Contents.json
│ │ │ └── Dice-104.png
│ └── Base.lproj
│ │ └── LaunchScreen.storyboard
├── Controller
│ ├── Base.lproj
│ │ └── Main.storyboard
│ └── SinglePageViewController.swift
├── Info.plist
├── Model
│ ├── DataManager
│ │ ├── CommandManager.swift
│ │ ├── FileManager.swift
│ │ ├── StoreManager.swift
│ │ └── Verbose.swift
│ └── Entity
│ │ └── Database.swift
├── Network
│ ├── Constant.swift
│ └── Remote.swift
├── Utilities
│ ├── MarkdownParser.swift
│ └── UIView+Extension.swift
├── View
│ ├── Common
│ │ └── Color+Extension.swift
│ ├── Components
│ │ ├── CustomSearchBar.swift
│ │ └── MarkdownView.swift
│ └── Screen
│ │ └── ConsoleView.swift
├── ViewModel
│ ├── CommandsDataSource.swift
│ ├── ConsoleViewModel.swift
│ └── SinglePageViewModel.swift
└── tldr.bundle
│ └── tldr-pages
│ ├── LICENSE.md
│ ├── android
│ ├── am.md
│ ├── bugreport.md
│ ├── bugreportz.md
│ ├── cmd.md
│ ├── dalvikvm.md
│ ├── dumpsys.md
│ ├── getprop.md
│ ├── input.md
│ ├── logcat.md
│ ├── pkg.md
│ ├── pm.md
│ ├── screencap.md
│ ├── settings.md
│ └── wm.md
│ ├── common
│ ├── !.md
│ ├── $.md
│ ├── %.md
│ ├── ..md
│ ├── 2to3.md
│ ├── 7z.md
│ ├── 7za.md
│ ├── 7zr.md
│ ├── [.md
│ ├── [[.md
│ ├── ^.md
│ ├── a2ping.md
│ ├── aapt.md
│ ├── ab.md
│ ├── abduco.md
│ ├── ac.md
│ ├── accelerate.md
│ ├── ack.md
│ ├── acme.sh-dns.md
│ ├── acme.sh.md
│ ├── act.md
│ ├── acyclic.md
│ ├── adb-connect.md
│ ├── adb-devices.md
│ ├── adb-disconnect.md
│ ├── adb-forward.md
│ ├── adb-install.md
│ ├── adb-logcat.md
│ ├── adb-pair.md
│ ├── adb-reboot.md
│ ├── adb-reverse.md
│ ├── adb-shell.md
│ ├── adb-uninstall.md
│ ├── adb.md
│ ├── adguardhome.md
│ ├── adscript.md
│ ├── afconvert.md
│ ├── ag.md
│ ├── agate.md
│ ├── age-keygen.md
│ ├── age.md
│ ├── aider.md
│ ├── aircrack-ng.md
│ ├── airdecap-ng.md
│ ├── aireplay-ng.md
│ ├── airmon-ng.md
│ ├── airodump-ng.md
│ ├── airpaste.md
│ ├── airshare.md
│ ├── ajson.md
│ ├── alacritty.md
│ ├── alex.md
│ ├── alias.md
│ ├── amass-enum.md
│ ├── amass-intel.md
│ ├── amass.md
│ ├── androguard.md
│ ├── ani-cli.md
│ ├── animdl.md
│ ├── anki.md
│ ├── ansible-doc.md
│ ├── ansible-galaxy.md
│ ├── ansible-inventory.md
│ ├── ansible-playbook.md
│ ├── ansible-pull.md
│ ├── ansible-vault.md
│ ├── ansible.md
│ ├── ansiweather.md
│ ├── ant.md
│ ├── antibody.md
│ ├── anytopnm.md
│ ├── apg.md
│ ├── apkeep.md
│ ├── apkleaks.md
│ ├── apktool.md
│ ├── apm.md
│ ├── apropos.md
│ ├── ar.md
│ ├── arc.md
│ ├── arch.md
│ ├── archwiki-rs.md
│ ├── arduino-builder.md
│ ├── arduino.md
│ ├── argocd-app.md
│ ├── argocd.md
│ ├── argon2.md
│ ├── argos-translate.md
│ ├── aria2.md
│ ├── aria2c.md
│ ├── arp-scan.md
│ ├── arp.md
│ ├── arping.md
│ ├── arthas-trace.md
│ ├── arthas-watch.md
│ ├── arthas.md
│ ├── asar.md
│ ├── asciidoctor.md
│ ├── asciinema.md
│ ├── asciitopgm.md
│ ├── asdf.md
│ ├── aspell.md
│ ├── assimp.md
│ ├── astronomer.md
│ ├── astyle.md
│ ├── at.md
│ ├── atktopbm.md
│ ├── atom.md
│ ├── atoum.md
│ ├── atq.md
│ ├── atrm.md
│ ├── atuin.md
│ ├── audacious.md
│ ├── auditd.md
│ ├── audtool.md
│ ├── autoconf.md
│ ├── autoflake.md
│ ├── autojump.md
│ ├── autopep8.md
│ ├── autossh.md
│ ├── avo.md
│ ├── avrdude.md
│ ├── awk.md
│ ├── aws-accessanalyzer.md
│ ├── aws-acm-pca.md
│ ├── aws-acm.md
│ ├── aws-amplify.md
│ ├── aws-backup.md
│ ├── aws-batch.md
│ ├── aws-ce.md
│ ├── aws-cloud9.md
│ ├── aws-cloudformation.md
│ ├── aws-cloudwatch.md
│ ├── aws-codeartifact.md
│ ├── aws-codecommit.md
│ ├── aws-cognito-idp.md
│ ├── aws-configure.md
│ ├── aws-cur.md
│ ├── aws-dynamodb.md
│ ├── aws-ec2.md
│ ├── aws-ecr.md
│ ├── aws-eks.md
│ ├── aws-glue.md
│ ├── aws-google-auth.md
│ ├── aws-help.md
│ ├── aws-history.md
│ ├── aws-iam.md
│ ├── aws-kafka.md
│ ├── aws-kendra.md
│ ├── aws-kinesis.md
│ ├── aws-lambda.md
│ ├── aws-lightsail.md
│ ├── aws-pricing.md
│ ├── aws-quicksight.md
│ ├── aws-rds.md
│ ├── aws-route53.md
│ ├── aws-s3-cp.md
│ ├── aws-s3-ls.md
│ ├── aws-s3-mb.md
│ ├── aws-s3-mv.md
│ ├── aws-s3-presign.md
│ ├── aws-s3-rb.md
│ ├── aws-s3-rm.md
│ ├── aws-s3-website.md
│ ├── aws-s3.md
│ ├── aws-s3api.md
│ ├── aws-secretsmanager.md
│ ├── aws-ses.md
│ ├── aws-sns.md
│ ├── aws-sqs.md
│ ├── aws-sso.md
│ ├── aws-sts.md
│ ├── aws-vault.md
│ ├── aws-workmail.md
│ ├── aws.md
│ ├── awslogs.md
│ ├── axel.md
│ ├── az-account.md
│ ├── az-acr.md
│ ├── az-advisor.md
│ ├── az-aks.md
│ ├── az-apim.md
│ ├── az-appconfig.md
│ ├── az-bicep.md
│ ├── az-config.md
│ ├── az-devops.md
│ ├── az-disk.md
│ ├── az-feedback.md
│ ├── az-group.md
│ ├── az-image.md
│ ├── az-lock.md
│ ├── az-logicapp.md
│ ├── az-login.md
│ ├── az-logout.md
│ ├── az-network.md
│ ├── az-pipelines.md
│ ├── az-provider.md
│ ├── az-redis.md
│ ├── az-repos.md
│ ├── az-serial-console.md
│ ├── az-sshkey.md
│ ├── az-storage-account.md
│ ├── az-storage-blob.md
│ ├── az-storage-container.md
│ ├── az-storage-entity.md
│ ├── az-storage-queue.md
│ ├── az-storage-table.md
│ ├── az-storage.md
│ ├── az-tag.md
│ ├── az-term.md
│ ├── az-upgrade.md
│ ├── az-version.md
│ ├── az-vm.md
│ ├── az-webapp.md
│ ├── az.md
│ ├── azure-cli.md
│ ├── azurite.md
│ ├── b2-tools.md
│ ├── b2sum.md
│ ├── b3sum.md
│ ├── babel.md
│ ├── babeld.md
│ ├── badblocks.md
│ ├── balena.md
│ ├── bandwhich.md
│ ├── banner.md
│ ├── base32.md
│ ├── base64.md
│ ├── basename.md
│ ├── basenc.md
│ ├── bash-it.md
│ ├── bash.md
│ ├── bashmarks.md
│ ├── bastet.md
│ ├── bat.md
│ ├── batch.md
│ ├── bats.md
│ ├── bazel.md
│ ├── bb.md
│ ├── bc.md
│ ├── bcomps.md
│ ├── bdfr.md
│ ├── beanstalkd.md
│ ├── bear.md
│ ├── bedtools.md
│ ├── behat.md
│ ├── berks.md
│ ├── betty.md
│ ├── bfg.md
│ ├── bfs.md
│ ├── bg.md
│ ├── bgpgrep.md
│ ├── bind.md
│ ├── bindkey.md
│ ├── binwalk.md
│ ├── bioradtopgm.md
│ ├── bird.md
│ ├── birdc.md
│ ├── bison.md
│ ├── bitcoin-cli.md
│ ├── bitcoind.md
│ ├── black.md
│ ├── blackfire.md
│ ├── blender.md
│ ├── blockout2.md
│ ├── bloodhound-python.md
│ ├── bmaptool.md
│ ├── bmptopnm.md
│ ├── bmptoppm.md
│ ├── bob.md
│ ├── boot.md
│ ├── borg.md
│ ├── bosh.md
│ ├── bower.md
│ ├── box.md
│ ├── boxes.md
│ ├── bpkg.md
│ ├── bpython.md
│ ├── bpytop.md
│ ├── bq.md
│ ├── brave.md
│ ├── break.md
│ ├── brew-autoremove.md
│ ├── brew-bundle.md
│ ├── brew-install.md
│ ├── brew-list.md
│ ├── brew-outdated.md
│ ├── brew-search.md
│ ├── brew-uninstall.md
│ ├── brew-update.md
│ ├── brew-upgrade.md
│ ├── brew.md
│ ├── brittany.md
│ ├── brotli.md
│ ├── browser-sync.md
│ ├── bru.md
│ ├── brushtopbm.md
│ ├── bshell.md
│ ├── bssh.md
│ ├── btm.md
│ ├── btop.md
│ ├── builtin.md
│ ├── buku.md
│ ├── bun.md
│ ├── bundle.md
│ ├── bundler.md
│ ├── bundletool-dump.md
│ ├── bundletool-validate.md
│ ├── bundletool.md
│ ├── bup.md
│ ├── buzzphrase.md
│ ├── bvnc.md
│ ├── bw.md
│ ├── byobu.md
│ ├── bzegrep.md
│ ├── bzfgrep.md
│ ├── bzgrep.md
│ ├── bzip2.md
│ ├── bzip3.md
│ ├── c99.md
│ ├── cabal.md
│ ├── cadaver.md
│ ├── caddy.md
│ ├── cake.md
│ ├── cal.md
│ ├── calc.md
│ ├── calendar.md
│ ├── calibre-server.md
│ ├── calibredb.md
│ ├── caller.md
│ ├── calligraflow.md
│ ├── calligrasheets.md
│ ├── calligrastage.md
│ ├── calligrawords.md
│ ├── cancel.md
│ ├── carbon-now.md
│ ├── cargo-add.md
│ ├── cargo-bench.md
│ ├── cargo-build.md
│ ├── cargo-check.md
│ ├── cargo-clean.md
│ ├── cargo-clippy.md
│ ├── cargo-doc.md
│ ├── cargo-fetch.md
│ ├── cargo-fix.md
│ ├── cargo-fmt.md
│ ├── cargo-generate-lockfile.md
│ ├── cargo-help.md
│ ├── cargo-init.md
│ ├── cargo-install.md
│ ├── cargo-locate-project.md
│ ├── cargo-login.md
│ ├── cargo-logout.md
│ ├── cargo-metadata.md
│ ├── cargo-new.md
│ ├── cargo-owner.md
│ ├── cargo-package.md
│ ├── cargo-pkgid.md
│ ├── cargo-publish.md
│ ├── cargo-remove.md
│ ├── cargo-report.md
│ ├── cargo-run.md
│ ├── cargo-rustc.md
│ ├── cargo-rustdoc.md
│ ├── cargo-search.md
│ ├── cargo-test.md
│ ├── cargo-tree.md
│ ├── cargo-uninstall.md
│ ├── cargo-update.md
│ ├── cargo-vendor.md
│ ├── cargo-verify-project.md
│ ├── cargo-version.md
│ ├── cargo-yank.md
│ ├── cargo.md
│ ├── carp.md
│ ├── case.md
│ ├── cat.md
│ ├── catimg.md
│ ├── cavif.md
│ ├── cb.md
│ ├── cbonsai.md
│ ├── cbt.md
│ ├── ccache.md
│ ├── ccomps.md
│ ├── cd.md
│ ├── cdecl.md
│ ├── cdk.md
│ ├── certutil.md
│ ├── cf.md
│ ├── cfssl.md
│ ├── chafa.md
│ ├── charm.md
│ ├── chars.md
│ ├── chatgpt.md
│ ├── cheat.md
│ ├── cheatshh.md
│ ├── checkov.md
│ ├── checksec.md
│ ├── chezmoi.md
│ ├── chgrp.md
│ ├── chisel.md
│ ├── chmod.md
│ ├── choose.md
│ ├── chown.md
│ ├── chroma.md
│ ├── chromium.md
│ ├── chronic.md
│ ├── chroot.md
│ ├── chsh.md
│ ├── cidr.md
│ ├── circo.md
│ ├── circup.md
│ ├── cjxl.md
│ ├── cksum.md
│ ├── clamav.md
│ ├── clamdscan.md
│ ├── clamscan.md
│ ├── clang++.md
│ ├── clang-cpp.md
│ ├── clang-format.md
│ ├── clang-tidy.md
│ ├── clang.md
│ ├── clangd.md
│ ├── clear.md
│ ├── clementine.md
│ ├── cli53.md
│ ├── clido.md
│ ├── clifm.md
│ ├── clip-view.md
│ ├── clj.md
│ ├── cloc.md
│ ├── clockwork-cli.md
│ ├── clojure.md
│ ├── cloudflared.md
│ ├── cmake.md
│ ├── cmark.md
│ ├── cmatrix.md
│ ├── cmctl.md
│ ├── cmp.md
│ ├── cmuwmtopbm.md
│ ├── code.md
│ ├── codecrafters.md
│ ├── codespell.md
│ ├── coffee.md
│ ├── cola.md
│ ├── colima.md
│ ├── colon.md
│ ├── colordiff.md
│ ├── colorls.md
│ ├── colorpicker.md
│ ├── column.md
│ ├── combine.md
│ ├── comby.md
│ ├── comm.md
│ ├── command.md
│ ├── compare.md
│ ├── compgen.md
│ ├── complete.md
│ ├── compopt.md
│ ├── composer-require-checker.md
│ ├── composer.md
│ ├── conan-frogarian.md
│ ├── conan.md
│ ├── conda-create.md
│ ├── conda-install.md
│ ├── conda.md
│ ├── consul-kv.md
│ ├── consul.md
│ ├── continue.md
│ ├── convert.md
│ ├── convmv.md
│ ├── coproc.md
│ ├── copyq.md
│ ├── cordova.md
│ ├── core-validate-commit.md
│ ├── corepack.md
│ ├── cosign.md
│ ├── cotton.md
│ ├── couchdb.md
│ ├── cowsay.md
│ ├── cp.md
│ ├── cpan.md
│ ├── cpdf.md
│ ├── cpio.md
│ ├── cppcheck.md
│ ├── cppclean.md
│ ├── crackle.md
│ ├── cradle-deploy.md
│ ├── cradle-elastic.md
│ ├── cradle-install.md
│ ├── cradle-package.md
│ ├── cradle-sql.md
│ ├── cradle.md
│ ├── crane-append.md
│ ├── crane-auth.md
│ ├── crane-blob.md
│ ├── crane-catalog.md
│ ├── crane-config.md
│ ├── crane-copy.md
│ ├── crane-cp.md
│ ├── crane-delete.md
│ ├── crane-digest.md
│ ├── crane-export.md
│ ├── crane-flatten.md
│ ├── crane-index-append.md
│ ├── crane-index-filter.md
│ ├── crane-index.md
│ ├── crane-ls.md
│ ├── crane-manifest.md
│ ├── crane-mutate.md
│ ├── crane-pull.md
│ ├── crane-push.md
│ ├── crane-rebase.md
│ ├── crane-registry.md
│ ├── crane-tag.md
│ ├── crane-validate.md
│ ├── crane-version.md
│ ├── crane.md
│ ├── createdb.md
│ ├── crictl.md
│ ├── croc.md
│ ├── cron.md
│ ├── cronic.md
│ ├── crontab.md
│ ├── crunch.md
│ ├── cryfs.md
│ ├── crystal.md
│ ├── cs-complete-dep.md
│ ├── cs-fetch.md
│ ├── cs-install.md
│ ├── cs-java.md
│ ├── cs-launch.md
│ ├── cs-resolve.md
│ ├── cs.md
│ ├── csc.md
│ ├── csh.md
│ ├── csslint.md
│ ├── csv-diff.md
│ ├── csv2tsv.md
│ ├── csvclean.md
│ ├── csvcut.md
│ ├── csvformat.md
│ ├── csvgrep.md
│ ├── csvkit.md
│ ├── csvlook.md
│ ├── csvpy.md
│ ├── csvsort.md
│ ├── csvsql.md
│ ├── csvstat.md
│ ├── csvtool.md
│ ├── ctags.md
│ ├── ctest.md
│ ├── cups-config.md
│ ├── cups.md
│ ├── cupsaccept.md
│ ├── cupsctl.md
│ ├── cupsd.md
│ ├── cupsdisable.md
│ ├── cupsenable.md
│ ├── cupsreject.md
│ ├── cupstestppd.md
│ ├── curl.md
│ ├── cut.md
│ ├── cvs.md
│ ├── cwebp.md
│ ├── cypher-shell.md
│ ├── czkawka-cli.md
│ ├── d2.md
│ ├── d8.md
│ ├── dalfox.md
│ ├── daps.md
│ ├── darkhttpd.md
│ ├── dart.md
│ ├── dash.md
│ ├── datashader_cli.md
│ ├── date.md
│ ├── dbt.md
│ ├── dbx.md
│ ├── dc.md
│ ├── dcfldd.md
│ ├── dcg.md
│ ├── dcode.md
│ ├── dd.md
│ ├── ddev.md
│ ├── ddgr.md
│ ├── decaffeinate.md
│ ├── declare.md
│ ├── deemix.md
│ ├── delta.md
│ ├── deluge-console.md
│ ├── deluge.md
│ ├── deluged.md
│ ├── deno.md
│ ├── dep.md
│ ├── detox.md
│ ├── devcontainer.md
│ ├── devenv.md
│ ├── dexdump.md
│ ├── dexter.md
│ ├── df.md
│ ├── dfc.md
│ ├── dhclient.md
│ ├── dhcpig.md
│ ├── dhcpwn.md
│ ├── dict.md
│ ├── diff-pdf.md
│ ├── diff.md
│ ├── diffoscope.md
│ ├── diffstat.md
│ ├── difft.md
│ ├── dig.md
│ ├── dillo.md
│ ├── dircolors.md
│ ├── direnv.md
│ ├── dirname.md
│ ├── dirs.md
│ ├── dirsearch.md
│ ├── diskonaut.md
│ ├── disown.md
│ ├── distccd.md
│ ├── dive.md
│ ├── django-admin.md
│ ├── djxl.md
│ ├── dlv.md
│ ├── dmd.md
│ ├── dnsx.md
│ ├── doas.md
│ ├── docker-build.md
│ ├── docker-commit.md
│ ├── docker-compose.md
│ ├── docker-container-diff.md
│ ├── docker-container-remove.md
│ ├── docker-container-rename.md
│ ├── docker-container-rm.md
│ ├── docker-container-top.md
│ ├── docker-container.md
│ ├── docker-context.md
│ ├── docker-cp.md
│ ├── docker-diff.md
│ ├── docker-exec.md
│ ├── docker-image.md
│ ├── docker-images.md
│ ├── docker-inspect.md
│ ├── docker-load.md
│ ├── docker-login.md
│ ├── docker-logs.md
│ ├── docker-machine.md
│ ├── docker-network.md
│ ├── docker-node.md
│ ├── docker-ps.md
│ ├── docker-pull.md
│ ├── docker-rename.md
│ ├── docker-rm.md
│ ├── docker-rmi.md
│ ├── docker-run.md
│ ├── docker-save.md
│ ├── docker-secret.md
│ ├── docker-service.md
│ ├── docker-slim.md
│ ├── docker-start.md
│ ├── docker-stats.md
│ ├── docker-swarm.md
│ ├── docker-system.md
│ ├── docker-tag.md
│ ├── docker-top.md
│ ├── docker-update.md
│ ├── docker-volume.md
│ ├── docker.md
│ ├── docsify.md
│ ├── doctl-account.md
│ ├── doctl-apps.md
│ ├── doctl-auth.md
│ ├── doctl-balance.md
│ ├── doctl-compute-droplet.md
│ ├── doctl-databases-db.md
│ ├── doctl-databases-firewalls.md
│ ├── doctl-databases-maintenance-window.md
│ ├── doctl-databases-options.md
│ ├── doctl-databases-pool.md
│ ├── doctl-databases-replica.md
│ ├── doctl-databases-sql-mode.md
│ ├── doctl-databases-user.md
│ ├── doctl-databases.md
│ ├── doctl-kubernetes-cluster.md
│ ├── doctl-kubernetes-options.md
│ ├── doctl-serverless.md
│ ├── doctum.md
│ ├── dog.md
│ ├── doggo.md
│ ├── dokku.md
│ ├── dolt-add.md
│ ├── dolt-blame.md
│ ├── dolt-branch.md
│ ├── dolt-checkout.md
│ ├── dolt-clone.md
│ ├── dolt-commit.md
│ ├── dolt-config.md
│ ├── dolt-fetch.md
│ ├── dolt-gc.md
│ ├── dolt-init.md
│ ├── dolt-merge.md
│ ├── dolt-sql.md
│ ├── dolt-status.md
│ ├── dolt-version.md
│ ├── dolt.md
│ ├── doppler-projects.md
│ ├── doppler-run.md
│ ├── doppler-secrets.md
│ ├── doppler.md
│ ├── dot.md
│ ├── dotenvx.md
│ ├── dotnet-add-package.md
│ ├── dotnet-add-reference.md
│ ├── dotnet-build.md
│ ├── dotnet-ef.md
│ ├── dotnet-publish.md
│ ├── dotnet-restore.md
│ ├── dotnet-run.md
│ ├── dotnet-test.md
│ ├── dotnet-tool.md
│ ├── dotnet.md
│ ├── doxygen.md
│ ├── drill.md
│ ├── drupal-check.md
│ ├── drupal.md
│ ├── drush.md
│ ├── dtc.md
│ ├── dtrx.md
│ ├── du.md
│ ├── dua.md
│ ├── dub.md
│ ├── duc.md
│ ├── duckdb.md
│ ├── duf.md
│ ├── dumpcap.md
│ ├── dune.md
│ ├── duplicacy.md
│ ├── duplicity.md
│ ├── dust.md
│ ├── dvc-add.md
│ ├── dvc-checkout.md
│ ├── dvc-commit.md
│ ├── dvc-config.md
│ ├── dvc-dag.md
│ ├── dvc-destroy.md
│ ├── dvc-diff.md
│ ├── dvc-fetch.md
│ ├── dvc-freeze.md
│ ├── dvc-gc.md
│ ├── dvc-init.md
│ ├── dvc-unfreeze.md
│ ├── dvc.md
│ ├── dwebp.md
│ ├── ebook-convert.md
│ ├── echo.md
│ ├── ect.md
│ ├── ed.md
│ ├── edgepaint.md
│ ├── eget.md
│ ├── egrep.md
│ ├── eksctl.md
│ ├── electron-packager.md
│ ├── electrum.md
│ ├── elinks.md
│ ├── elixir.md
│ ├── elm.md
│ ├── elvish.md
│ ├── emacs.md
│ ├── emacsclient.md
│ ├── ember.md
│ ├── emulator.md
│ ├── enable.md
│ ├── enca.md
│ ├── encfs.md
│ ├── enscript.md
│ ├── entr.md
│ ├── env.md
│ ├── envoy.md
│ ├── envsubst.md
│ ├── eol.md
│ ├── eqn.md
│ ├── erl.md
│ ├── ern.md
│ ├── errno.md
│ ├── esbuild.md
│ ├── escp2topbm.md
│ ├── eslint.md
│ ├── espanso.md
│ ├── espeak.md
│ ├── esptool.py.md
│ ├── etcd.md
│ ├── etcdctl.md
│ ├── eva.md
│ ├── eval.md
│ ├── evil-winrm.md
│ ├── ex.md
│ ├── exa.md
│ ├── exec.md
│ ├── exenv.md
│ ├── exercism.md
│ ├── exfatlabel.md
│ ├── exiftool.md
│ ├── exit.md
│ ├── exiv2.md
│ ├── expand.md
│ ├── export.md
│ ├── expose.md
│ ├── expr.md
│ ├── exrex.md
│ ├── eyuvtoppm.md
│ ├── eza.md
│ ├── f3fix.md
│ ├── f3probe.md
│ ├── f3read.md
│ ├── f3write.md
│ ├── fabric.md
│ ├── factor.md
│ ├── fakedata.md
│ ├── false.md
│ ├── fast.md
│ ├── fastboot.md
│ ├── fastd.md
│ ├── fastfetch.md
│ ├── fastlane.md
│ ├── fastmod.md
│ ├── fc-cache.md
│ ├── fc-list.md
│ ├── fc-match.md
│ ├── fc-pattern.md
│ ├── fc.md
│ ├── fclones.md
│ ├── fd.md
│ ├── fdp.md
│ ├── fdroid.md
│ ├── fdroidcl.md
│ ├── fdupes.md
│ ├── feh.md
│ ├── feroxbuster.md
│ ├── ffe.md
│ ├── ffmpeg.md
│ ├── ffplay.md
│ ├── ffprobe.md
│ ├── ffsend.md
│ ├── ffuf.md
│ ├── fg.md
│ ├── fgrep.md
│ ├── fiascotopnm.md
│ ├── figlet.md
│ ├── file.md
│ ├── filebrowser.md
│ ├── filecheck.md
│ ├── fin.md
│ ├── find.md
│ ├── finger.md
│ ├── fio.md
│ ├── firebase.md
│ ├── firefox.md
│ ├── fish.md
│ ├── fisher.md
│ ├── fitstopnm.md
│ ├── fkill.md
│ ├── flac.md
│ ├── flake8.md
│ ├── flarectl.md
│ ├── flask.md
│ ├── flex.md
│ ├── flexget.md
│ ├── flips.md
│ ├── flite.md
│ ├── flock.md
│ ├── flow.md
│ ├── fls.md
│ ├── flutter-pub.md
│ ├── flutter.md
│ ├── fluxctl.md
│ ├── fly.md
│ ├── flyctl.md
│ ├── fmt.md
│ ├── fnm.md
│ ├── fold.md
│ ├── for.md
│ ├── forever.md
│ ├── fortune.md
│ ├── fossa.md
│ ├── fossil-add.md
│ ├── fossil-ci.md
│ ├── fossil-commit.md
│ ├── fossil-delete.md
│ ├── fossil-forget.md
│ ├── fossil-init.md
│ ├── fossil-new.md
│ ├── fossil-rm.md
│ ├── fossil.md
│ ├── fping.md
│ ├── freshclam.md
│ ├── from.md
│ ├── frp.md
│ ├── frpc.md
│ ├── frps.md
│ ├── fselect.md
│ ├── fstopgm.md
│ ├── fswatch.md
│ ├── fswebcam.md
│ ├── ftp.md
│ ├── fuck.md
│ ├── func.md
│ ├── function.md
│ ├── funzip.md
│ ├── fusermount.md
│ ├── fvm.md
│ ├── fzf.md
│ ├── g++.md
│ ├── gacutil.md
│ ├── gallery-dl.md
│ ├── gammastep.md
│ ├── ganache-cli.md
│ ├── gatsby.md
│ ├── gau.md
│ ├── gcal.md
│ ├── gcalcli.md
│ ├── gcc.md
│ ├── gcloud-app.md
│ ├── gcloud-auth.md
│ ├── gcloud-components-install.md
│ ├── gcloud-components-update.md
│ ├── gcloud-compute.md
│ ├── gcloud-config-set.md
│ ├── gcloud-config.md
│ ├── gcloud-container.md
│ ├── gcloud-feedback.md
│ ├── gcloud-help.md
│ ├── gcloud-iam.md
│ ├── gcloud-info.md
│ ├── gcloud-init.md
│ ├── gcloud-kms-decrypt.md
│ ├── gcloud-logging-logs-list.md
│ ├── gcloud-projects.md
│ ├── gcloud-sql-backups-describe.md
│ ├── gcloud-sql-export-sql.md
│ ├── gcloud-topic.md
│ ├── gcloud-version.md
│ ├── gcloud.md
│ ├── gcpdiag.md
│ ├── gcrane-copy.md
│ ├── gcrane-gc.md
│ ├── gcrane-help.md
│ ├── gcrane-ls.md
│ ├── gcrane.md
│ ├── gdal2tiles.py.md
│ ├── gdal_contour.md
│ ├── gdal_translate.md
│ ├── gdaladdo.md
│ ├── gdalbuildvrt.md
│ ├── gdaldem.md
│ ├── gdalinfo.md
│ ├── gdalwarp.md
│ ├── gdb.md
│ ├── gdc.md
│ ├── gdown.md
│ ├── gdrive.md
│ ├── gdu.md
│ ├── gem.md
│ ├── gemtopbm.md
│ ├── gemtopnm.md
│ ├── gendesk.md
│ ├── get-nodeinstalllocation.md
│ ├── get-nodeversions.md
│ ├── geth.md
│ ├── getopts.md
│ ├── gfortran.md
│ ├── gh-alias.md
│ ├── gh-api.md
│ ├── gh-auth.md
│ ├── gh-browse.md
│ ├── gh-codespace.md
│ ├── gh-completion.md
│ ├── gh-config.md
│ ├── gh-cs.md
│ ├── gh-environment.md
│ ├── gh-extension.md
│ ├── gh-formatting.md
│ ├── gh-gist.md
│ ├── gh-help.md
│ ├── gh-issue-create.md
│ ├── gh-issue.md
│ ├── gh-label.md
│ ├── gh-mintty.md
│ ├── gh-pr-create.md
│ ├── gh-pr-merge.md
│ ├── gh-pr.md
│ ├── gh-reference.md
│ ├── gh-release.md
│ ├── gh-repo.md
│ ├── gh-run.md
│ ├── gh-screensaver.md
│ ├── gh-secret-set.md
│ ├── gh-secret.md
│ ├── gh-skyline.md
│ ├── gh-ssh-key.md
│ ├── gh-workflow.md
│ ├── gh.md
│ ├── ghc.md
│ ├── ghci.md
│ ├── ghcid.md
│ ├── ghcup.md
│ ├── ghdl.md
│ ├── ghost.md
│ ├── gibo.md
│ ├── gifdiff.md
│ ├── gifsicle.md
│ ├── giftopnm.md
│ ├── gimp.md
│ ├── gist.md
│ ├── git-abort.md
│ ├── git-add.md
│ ├── git-alias.md
│ ├── git-am.md
│ ├── git-annex.md
│ ├── git-annotate.md
│ ├── git-apply.md
│ ├── git-archive-file.md
│ ├── git-archive.md
│ ├── git-authors.md
│ ├── git-bisect.md
│ ├── git-blame-someone-else.md
│ ├── git-blame.md
│ ├── git-branch.md
│ ├── git-browse-ci.md
│ ├── git-browse.md
│ ├── git-brv.md
│ ├── git-bug.md
│ ├── git-bugreport.md
│ ├── git-bulk.md
│ ├── git-bundle.md
│ ├── git-cat-file.md
│ ├── git-changelog.md
│ ├── git-check-attr.md
│ ├── git-check-ignore.md
│ ├── git-check-mailmap.md
│ ├── git-check-ref-format.md
│ ├── git-checkout-index.md
│ ├── git-checkout.md
│ ├── git-cherry-pick.md
│ ├── git-cherry.md
│ ├── git-clean.md
│ ├── git-clear-soft.md
│ ├── git-clear.md
│ ├── git-cliff.md
│ ├── git-clone.md
│ ├── git-coauthor.md
│ ├── git-cola.md
│ ├── git-column.md
│ ├── git-commit-graph.md
│ ├── git-commit-tree.md
│ ├── git-commit.md
│ ├── git-commits-since.md
│ ├── git-config.md
│ ├── git-contrib.md
│ ├── git-count-objects.md
│ ├── git-count.md
│ ├── git-cp.md
│ ├── git-create-branch.md
│ ├── git-credential-cache.md
│ ├── git-credential-store.md
│ ├── git-credential.md
│ ├── git-cvsexportcommit.md
│ ├── git-daemon.md
│ ├── git-delete-branch.md
│ ├── git-delete-merged-branches.md
│ ├── git-delete-squashed-branches.md
│ ├── git-delete-submodule.md
│ ├── git-delete-tag.md
│ ├── git-delta.md
│ ├── git-describe.md
│ ├── git-diff-files.md
│ ├── git-diff-index.md
│ ├── git-diff-tree.md
│ ├── git-diff.md
│ ├── git-difftool.md
│ ├── git-effort.md
│ ├── git-extras.md
│ ├── git-fame.md
│ ├── git-feature.md
│ ├── git-fetch.md
│ ├── git-filter-repo.md
│ ├── git-flow.md
│ ├── git-for-each-repo.md
│ ├── git-force-clone.md
│ ├── git-fork.md
│ ├── git-format-patch.md
│ ├── git-fresh-branch.md
│ ├── git-fsck.md
│ ├── git-gc.md
│ ├── git-gh-pages.md
│ ├── git-graft.md
│ ├── git-grep.md
│ ├── git-gui.md
│ ├── git-guilt.md
│ ├── git-hash-object.md
│ ├── git-help.md
│ ├── git-ignore-io.md
│ ├── git-ignore.md
│ ├── git-imerge.md
│ ├── git-info.md
│ ├── git-init.md
│ ├── git-instaweb.md
│ ├── git-lfs.md
│ ├── git-local-commits.md
│ ├── git-lock.md
│ ├── git-locked.md
│ ├── git-log.md
│ ├── git-ls-files.md
│ ├── git-ls-remote.md
│ ├── git-ls-tree.md
│ ├── git-magic.md
│ ├── git-mailinfo.md
│ ├── git-maintenance.md
│ ├── git-merge-base.md
│ ├── git-merge-into.md
│ ├── git-merge-repo.md
│ ├── git-merge.md
│ ├── git-mergetool.md
│ ├── git-missing.md
│ ├── git-mktree.md
│ ├── git-mr.md
│ ├── git-mv.md
│ ├── git-notes.md
│ ├── git-obliterate.md
│ ├── git-paste.md
│ ├── git-pr.md
│ ├── git-prune.md
│ ├── git-psykorebase.md
│ ├── git-pull-request.md
│ ├── git-pull.md
│ ├── git-push.md
│ ├── git-range-diff.md
│ ├── git-reauthor.md
│ ├── git-rebase-patch.md
│ ├── git-rebase.md
│ ├── git-reflog.md
│ ├── git-release.md
│ ├── git-remote.md
│ ├── git-rename-branch.md
│ ├── git-rename-remote.md
│ ├── git-rename-tag.md
│ ├── git-repack.md
│ ├── git-repl.md
│ ├── git-replace.md
│ ├── git-request-pull.md
│ ├── git-reset-file.md
│ ├── git-reset.md
│ ├── git-restore.md
│ ├── git-rev-list.md
│ ├── git-rev-parse.md
│ ├── git-revert.md
│ ├── git-rm.md
│ ├── git-root.md
│ ├── git-rscp.md
│ ├── git-scp.md
│ ├── git-secret.md
│ ├── git-sed.md
│ ├── git-send-email.md
│ ├── git-setup.md
│ ├── git-shortlog.md
│ ├── git-show-branch.md
│ ├── git-show-index.md
│ ├── git-show-merged-branches.md
│ ├── git-show-ref.md
│ ├── git-show-tree.md
│ ├── git-show-unmerged-branches.md
│ ├── git-show.md
│ ├── git-sizer.md
│ ├── git-squash.md
│ ├── git-stage.md
│ ├── git-stamp.md
│ ├── git-standup.md
│ ├── git-stash.md
│ ├── git-status.md
│ ├── git-stripspace.md
│ ├── git-submodule.md
│ ├── git-subtree.md
│ ├── git-summary.md
│ ├── git-svn.md
│ ├── git-switch.md
│ ├── git-symbolic-ref.md
│ ├── git-sync.md
│ ├── git-tag.md
│ ├── git-touch.md
│ ├── git-undo.md
│ ├── git-unlock.md
│ ├── git-unpack-file.md
│ ├── git-update-index.md
│ ├── git-update-ref.md
│ ├── git-utimes.md
│ ├── git-var.md
│ ├── git-verify-commit.md
│ ├── git-verify-pack.md
│ ├── git-verify-tag.md
│ ├── git-whatchanged.md
│ ├── git-worktree.md
│ ├── git-write-tree.md
│ ├── git.md
│ ├── github-label-sync.md
│ ├── gitk.md
│ ├── gitlab-ctl.md
│ ├── gitlab-runner.md
│ ├── gitlab.md
│ ├── gitleaks.md
│ ├── gitlint.md
│ ├── gitmoji.md
│ ├── gitsome.md
│ ├── gitstats.md
│ ├── gitui.md
│ ├── gitwatch.md
│ ├── gixy.md
│ ├── glab-alias.md
│ ├── glab-auth.md
│ ├── glab-issue.md
│ ├── glab-mr-create.md
│ ├── glab-mr-merge.md
│ ├── glab-mr.md
│ ├── glab-pipeline.md
│ ├── glab-release.md
│ ├── glab-repo.md
│ ├── glab.md
│ ├── gladtex.md
│ ├── glances.md
│ ├── gleam.md
│ ├── glib-compile-resources.md
│ ├── glow.md
│ ├── gml2gv.md
│ ├── gmssl.md
│ ├── gnatmake.md
│ ├── gnatprep.md
│ ├── gnmic-get.md
│ ├── gnmic-set.md
│ ├── gnmic-sub.md
│ ├── gnmic-subscribe.md
│ ├── gnmic.md
│ ├── gnomon.md
│ ├── gnucash-cli.md
│ ├── gnucash.md
│ ├── gnuplot.md
│ ├── go-bug.md
│ ├── go-build.md
│ ├── go-clean.md
│ ├── go-doc.md
│ ├── go-env.md
│ ├── go-fix.md
│ ├── go-fmt.md
│ ├── go-generate.md
│ ├── go-get.md
│ ├── go-install.md
│ ├── go-list.md
│ ├── go-mod.md
│ ├── go-run.md
│ ├── go-test.md
│ ├── go-tool.md
│ ├── go-version.md
│ ├── go-vet.md
│ ├── go.md
│ ├── gobuster.md
│ ├── gocr.md
│ ├── gocryptfs.md
│ ├── godoc.md
│ ├── godot.md
│ ├── goenv.md
│ ├── gofmt.md
│ ├── goimports.md
│ ├── golangci-lint.md
│ ├── google-chrome.md
│ ├── googler.md
│ ├── gopass.md
│ ├── gops.md
│ ├── goreload.md
│ ├── gotelemetry.md
│ ├── gotty.md
│ ├── gouldtoppm.md
│ ├── gource.md
│ ├── gow.md
│ ├── gox.md
│ ├── gpg-card.md
│ ├── gpg-tui.md
│ ├── gpg-zip.md
│ ├── gpg.md
│ ├── gpg2.md
│ ├── gpgconf.md
│ ├── gpgv.md
│ ├── gprbuild.md
│ ├── gprof.md
│ ├── gradle.md
│ ├── grafana-cli.md
│ ├── grap.md
│ ├── graphml2gv.md
│ ├── greater-than.md
│ ├── grep.md
│ ├── grex.md
│ ├── grip.md
│ ├── groff.md
│ ├── groups.md
│ ├── grpcurl.md
│ ├── grumphp.md
│ ├── grunt.md
│ ├── gst-inspect-1.0.md
│ ├── gst-launch-1.0.md
│ ├── gsutil.md
│ ├── gt.md
│ ├── gtop.md
│ ├── guacd.md
│ ├── guetzli.md
│ ├── guile.md
│ ├── gulp.md
│ ├── gum.md
│ ├── gunicorn.md
│ ├── gunzip.md
│ ├── gv2gml.md
│ ├── gv2gxl.md
│ ├── gvcolor.md
│ ├── gvpack.md
│ ├── gxl2gv.md
│ ├── gyb.md
│ ├── gzip.md
│ ├── hadolint.md
│ ├── hakyll-init.md
│ ├── handbrakecli.md
│ ├── hangups.md
│ ├── hardhat.md
│ ├── hash.md
│ ├── hashcat.md
│ ├── hashid.md
│ ├── hatch.md
│ ├── haxelib.md
│ ├── hcloud.md
│ ├── hd.md
│ ├── head.md
│ ├── helix.md
│ ├── hello.md
│ ├── helm-install.md
│ ├── helm.md
│ ├── help.md
│ ├── help2man.md
│ ├── heroku.md
│ ├── hexdump.md
│ ├── hexo.md
│ ├── hexyl.md
│ ├── hg-add.md
│ ├── hg-branch.md
│ ├── hg-clone.md
│ ├── hg-commit.md
│ ├── hg-init.md
│ ├── hg-log.md
│ ├── hg-pull.md
│ ├── hg-push.md
│ ├── hg-remove.md
│ ├── hg-root.md
│ ├── hg-serve.md
│ ├── hg-status.md
│ ├── hg-update.md
│ ├── hg.md
│ ├── highlight.md
│ ├── hipstopgm.md
│ ├── histexpand.md
│ ├── history.md
│ ├── hive.md
│ ├── hledger-accounts.md
│ ├── hledger-add.md
│ ├── hledger-aregister.md
│ ├── hledger-balance.md
│ ├── hledger-balancesheet.md
│ ├── hledger-import.md
│ ├── hledger-incomestatement.md
│ ├── hledger-print.md
│ ├── hledger-ui.md
│ ├── hledger-web.md
│ ├── hledger.md
│ ├── hn.md
│ ├── holehe.md
│ ├── home-manager.md
│ ├── host.md
│ ├── hostapd.md
│ ├── hostess.md
│ ├── hostid.md
│ ├── hostname.md
│ ├── hping.md
│ ├── hping3.md
│ ├── hr.md
│ ├── hsd-cli.md
│ ├── hsw-cli.md
│ ├── html5validator.md
│ ├── htmlq.md
│ ├── htop.md
│ ├── htpasswd.md
│ ├── http-server-upload.md
│ ├── http-server.md
│ ├── http.md
│ ├── httpflow.md
│ ├── httpie.md
│ ├── httping.md
│ ├── httprobe.md
│ ├── httpry.md
│ ├── https.md
│ ├── httpx.md
│ ├── hub-branch.md
│ ├── hub-browse.md
│ ├── hub-ci-status.md
│ ├── hub-clone.md
│ ├── hub-create.md
│ ├── hub-delete.md
│ ├── hub-fork.md
│ ├── hub-init.md
│ ├── hub-issue.md
│ ├── hub.md
│ ├── huggingface-cli.md
│ ├── hugo-server.md
│ ├── hugo.md
│ ├── hunspell.md
│ ├── husky.md
│ ├── hut.md
│ ├── hx.md
│ ├── hydra.md
│ ├── hyperfine.md
│ ├── ia.md
│ ├── ibmcloud-login.md
│ ├── ibmcloud.md
│ ├── ical.md
│ ├── icontopbm.md
│ ├── iconv.md
│ ├── id.md
│ ├── id3tag.md
│ ├── idea.md
│ ├── identify.md
│ ├── idevice_id.md
│ ├── idevicebackup.md
│ ├── idevicebackup2.md
│ ├── idevicecrashreport.md
│ ├── idevicedate.md
│ ├── idevicediagnostics.md
│ ├── ideviceimagemounter.md
│ ├── ideviceinfo.md
│ ├── idevicename.md
│ ├── idevicepair.md
│ ├── idevicescreenshot.md
│ ├── idevicesetlocation.md
│ ├── idevicesyslog.md
│ ├── idnits.md
│ ├── iex.md
│ ├── if.md
│ ├── ifconfig.md
│ ├── ifdata.md
│ ├── ifne.md
│ ├── ifs.md
│ ├── ignite.md
│ ├── ilbmtoppm.md
│ ├── imapsync.md
│ ├── img2pdf.md
│ ├── img2sixel.md
│ ├── imgcat.md
│ ├── imgtoppm.md
│ ├── immich-cli.md
│ ├── immich-go.md
│ ├── import.md
│ ├── in-toto-record.md
│ ├── in-toto-run.md
│ ├── in-toto-sign.md
│ ├── in2csv.md
│ ├── incus.md
│ ├── indent.md
│ ├── infection.md
│ ├── influx.md
│ ├── info.md
│ ├── initdb.md
│ ├── inkmake.md
│ ├── inkscape.md
│ ├── inkview.md
│ ├── install-nodeversion.md
│ ├── install-tl.md
│ ├── install.md
│ ├── interdiff.md
│ ├── ionic.md
│ ├── ioping.md
│ ├── iotop.md
│ ├── ipaggcreate.md
│ ├── ipaggmanip.md
│ ├── ipcs.md
│ ├── iperf.md
│ ├── iperf3.md
│ ├── ipfs.md
│ ├── ippevepcl.md
│ ├── ippeveprinter.md
│ ├── ippeveps.md
│ ├── ippfind.md
│ ├── ipptool.md
│ ├── iproxy.md
│ ├── ipscan.md
│ ├── ipsumdump.md
│ ├── ipython.md
│ ├── irb.md
│ ├── irssi.md
│ ├── is-up.md
│ ├── isisdl.md
│ ├── ispell.md
│ ├── isutf8.md
│ ├── iverilog.md
│ ├── ivpn.md
│ ├── jadx.md
│ ├── jar.md
│ ├── jarsigner.md
│ ├── java.md
│ ├── javac.md
│ ├── javadoc.md
│ ├── javap.md
│ ├── jbang.md
│ ├── jc.md
│ ├── jcal.md
│ ├── jdeps.md
│ ├── jdupes.md
│ ├── jekyll.md
│ ├── jello.md
│ ├── jenv.md
│ ├── jest.md
│ ├── jetifier.md
│ ├── jf.md
│ ├── jfrog.md
│ ├── jhat.md
│ ├── jhipster.md
│ ├── jhsdb.md
│ ├── jigsaw.md
│ ├── jmap.md
│ ├── jmeter.md
│ ├── jmtpfs.md
│ ├── jobs.md
│ ├── joe.md
│ ├── john.md
│ ├── join.md
│ ├── josm.md
│ ├── jp2a.md
│ ├── jpegoptim.md
│ ├── jpegtopnm.md
│ ├── jps.md
│ ├── jq.md
│ ├── jrnl.md
│ ├── json5.md
│ ├── jstack.md
│ ├── jtbl.md
│ ├── julia.md
│ ├── jupyter-lab.md
│ ├── jupyter.md
│ ├── jupyterlab.md
│ ├── jupytext.md
│ ├── just.1.md
│ ├── just.md
│ ├── jwt.md
│ ├── k3d.md
│ ├── k6.md
│ ├── k8s-unused-secret-detector.md
│ ├── k8sec.md
│ ├── k9s.md
│ ├── kafkacat.md
│ ├── kaggle.md
│ ├── kahlan.md
│ ├── kak.md
│ ├── katana.md
│ ├── kate.md
│ ├── kcadm.sh.md
│ ├── kcat.md
│ ├── kdeconnect-cli.md
│ ├── kdenlive.md
│ ├── kdig.md
│ ├── keep-header.md
│ ├── keepass2.md
│ ├── keepassxc-cli.md
│ ├── keybase.md
│ ├── keychain.md
│ ├── keytool.md
│ ├── khal.md
│ ├── kill.md
│ ├── killall.md
│ ├── kind.md
│ ├── kinit.md
│ ├── kismet.md
│ ├── kitex.md
│ ├── kitty.md
│ ├── kiwi-ng.md
│ ├── knife.md
│ ├── knotc.md
│ ├── kompose.md
│ ├── kool.md
│ ├── kopia.md
│ ├── kops.md
│ ├── kosmorro.md
│ ├── kotlin.md
│ ├── kotlinc.md
│ ├── krita.md
│ ├── krunvm.md
│ ├── ksh.md
│ ├── kube-capacity.md
│ ├── kube-fzf.md
│ ├── kubeadm.md
│ ├── kubectl-apply.md
│ ├── kubectl-config.md
│ ├── kubectl-create.md
│ ├── kubectl-delete.md
│ ├── kubectl-describe.md
│ ├── kubectl-edit.md
│ ├── kubectl-expose.md
│ ├── kubectl-get.md
│ ├── kubectl-label.md
│ ├── kubectl-logs.md
│ ├── kubectl-replace.md
│ ├── kubectl-rollout.md
│ ├── kubectl-run.md
│ ├── kubectl-scale.md
│ ├── kubectl-taint.md
│ ├── kubectl-wait.md
│ ├── kubectl.md
│ ├── kubectx.md
│ ├── kubens.md
│ ├── kubetail.md
│ ├── kustomize.md
│ ├── l2ping.md
│ ├── lambo-new.md
│ ├── lambo.md
│ ├── lame.md
│ ├── lando.md
│ ├── laravel-zero.md
│ ├── laravel.md
│ ├── last.md
│ ├── lastcomm.md
│ ├── latex.md
│ ├── latexdiff.md
│ ├── latexmk.md
│ ├── latexpand.md
│ ├── laydown.md
│ ├── lazydocker.md
│ ├── lazygit.md
│ ├── lb.md
│ ├── lckdo.md
│ ├── ld.md
│ ├── ldapsearch.md
│ ├── ldc.md
│ ├── leaftoppm.md
│ ├── leave.md
│ ├── lebab.md
│ ├── ledger.md
│ ├── lein.md
│ ├── lerna.md
│ ├── less-than.md
│ ├── less.md
│ ├── let.md
│ ├── lex.md
│ ├── libreoffice.md
│ ├── license.md
│ ├── licensor.md
│ ├── light-arionum-cli.md
│ ├── lighthouse.md
│ ├── lilypond.md
│ ├── lima.md
│ ├── limactl.md
│ ├── link.md
│ ├── linkchecker.md
│ ├── linode-cli-account.md
│ ├── linode-cli-domains.md
│ ├── linode-cli-events.md
│ ├── linode-cli-linodes.md
│ ├── linode-cli-lke.md
│ ├── linode-cli-nodebalancers.md
│ ├── linode-cli-object-storage.md
│ ├── linode-cli-tickets.md
│ ├── linode-cli-volumes.md
│ ├── linode-cli.md
│ ├── liquidctl.md
│ ├── lispmtopgm.md
│ ├── lit.md
│ ├── live-server.md
│ ├── llc.md
│ ├── lldb.md
│ ├── lli.md
│ ├── llm.md
│ ├── llvd.md
│ ├── llvm-ar.md
│ ├── llvm-as.md
│ ├── llvm-bcanalyzer.md
│ ├── llvm-cat.md
│ ├── llvm-config.md
│ ├── llvm-dis.md
│ ├── llvm-g++.md
│ ├── llvm-gcc.md
│ ├── llvm-mc.md
│ ├── llvm-nm.md
│ ├── llvm-objdump.md
│ ├── llvm-strings.md
│ ├── lmms.md
│ ├── ln.md
│ ├── loadtest.md
│ ├── loc.md
│ ├── local.md
│ ├── locust.md
│ ├── logger.md
│ ├── logname.md
│ ├── logout.md
│ ├── logstash.md
│ ├── lolcat.md
│ ├── look.md
│ ├── lorem.md
│ ├── lp.md
│ ├── lpadmin.md
│ ├── lpass.md
│ ├── lpinfo.md
│ ├── lpmove.md
│ ├── lpoptions.md
│ ├── lpq.md
│ ├── lpr.md
│ ├── lprm.md
│ ├── lpstat.md
│ ├── ls.md
│ ├── lsar.md
│ ├── lsd.md
│ ├── lsof.md
│ ├── lspath.md
│ ├── lstopo.md
│ ├── lsyncd.md
│ ├── lt.md
│ ├── lua.md
│ ├── luac.md
│ ├── luajit.md
│ ├── lualatex.md
│ ├── lumen.md
│ ├── lwp-request.md
│ ├── lychee.md
│ ├── lynx.md
│ ├── lz4.md
│ ├── lzcat.md
│ ├── lzcmp.md
│ ├── lzegrep.md
│ ├── lzfgrep.md
│ ├── lzgrep.md
│ ├── lzip.md
│ ├── lzless.md
│ ├── lzma.md
│ ├── lzmore.md
│ ├── lzop.md
│ ├── m4.md
│ ├── m4b-tool.md
│ ├── macchina.md
│ ├── macptopbm.md
│ ├── maestral.md
│ ├── magento.md
│ ├── magick-compare.md
│ ├── magick-convert.md
│ ├── magick-identify.md
│ ├── magick-import.md
│ ├── magick-mogrify.md
│ ├── magick-montage.md
│ ├── magick.md
│ ├── mail.md
│ ├── mailx.md
│ ├── make.md
│ ├── makebuildserver.md
│ ├── makensis.md
│ ├── makepasswd.md
│ ├── mamba-repoquery.md
│ ├── mamba.md
│ ├── man.md
│ ├── mapfile.md
│ ├── mariadb-install-db.md
│ ├── masscan.md
│ ├── mat2.md
│ ├── mate-dictionary.md
│ ├── matlab.md
│ ├── maza.md
│ ├── mc.md
│ ├── mcfly.md
│ ├── mcs.md
│ ├── md-to-clip.md
│ ├── md5sum.md
│ ├── mdatopbm.md
│ ├── mdp.md
│ ├── mediainfo.md
│ ├── medusa.md
│ ├── meld.md
│ ├── mesg.md
│ ├── meshlabserver.md
│ ├── meshnamed.md
│ ├── meson.md
│ ├── meteor.md
│ ├── mg.md
│ ├── mgrtopbm.md
│ ├── mh_copyright.md
│ ├── mh_lint.md
│ ├── mh_metric.md
│ ├── micro.md
│ ├── microsoft-edge.md
│ ├── mid3v2.md
│ ├── middleman.md
│ ├── minetest.md
│ ├── minetestserver.md
│ ├── mingle.md
│ ├── minifab.md
│ ├── minikube-start.md
│ ├── minikube.md
│ ├── miniserve.md
│ ├── minisign.md
│ ├── mise.md
│ ├── mispipe.md
│ ├── mitmdump.md
│ ├── mitmproxy.md
│ ├── mitmweb.md
│ ├── mix.md
│ ├── mixxx.md
│ ├── mk.md
│ ├── mkcert.md
│ ├── mkdir.md
│ ├── mkdocs.md
│ ├── mkfifo.md
│ ├── mkfile.md
│ ├── mktemp.md
│ ├── mktorrent.md
│ ├── mkvmerge.md
│ ├── mlr.md
│ ├── mm2gv.md
│ ├── mmdc.md
│ ├── mmls.md
│ ├── mmv.md
│ ├── mocha.md
│ ├── mods.md
│ ├── moe.md
│ ├── mogrify.md
│ ├── molecule.md
│ ├── mongo.md
│ ├── mongod.md
│ ├── mongodump.md
│ ├── mongoexport.md
│ ├── mongoimport.md
│ ├── mongorestore.md
│ ├── mongosh.md
│ ├── monodevelop.md
│ ├── monodis.md
│ ├── monop.md
│ ├── montage.md
│ ├── more.md
│ ├── moreutils.md
│ ├── moro.md
│ ├── mosh.md
│ ├── mosquitto.md
│ ├── mosquitto_passwd.md
│ ├── mosquitto_pub.md
│ ├── mosquitto_sub.md
│ ├── most.md
│ ├── mount.md
│ ├── mozillavpn.md
│ ├── mp3info.md
│ ├── mp4box.md
│ ├── mpc.md
│ ├── mpd.md
│ ├── mpg321.md
│ ├── mplayer.md
│ ├── mpremote.md
│ ├── mpv.md
│ ├── mr.md
│ ├── msbuild.md
│ ├── mscore.md
│ ├── msedge.md
│ ├── msfconsole.md
│ ├── msfvenom.md
│ ├── msgfmt.md
│ ├── msgunfmt.md
│ ├── msmtp.md
│ ├── mtr.md
│ ├── mtvtoppm.md
│ ├── mu.md
│ ├── mullvad.md
│ ├── multipass.md
│ ├── multitail.md
│ ├── mumble.md
│ ├── mupdf.md
│ ├── musescore.md
│ ├── musl-gcc.md
│ ├── mutagen.md
│ ├── mutool.md
│ ├── mutt.md
│ ├── mv.md
│ ├── mvn.md
│ ├── mycli.md
│ ├── mypy.md
│ ├── mysql.md
│ ├── mysql_secure_installation.md
│ ├── mysqlbinlog.md
│ ├── mysqlcheck.md
│ ├── mysqld.md
│ ├── mysqldump.md
│ ├── mysqlsh.md
│ ├── mytop.md
│ ├── n.md
│ ├── naabu.md
│ ├── nano.md
│ ├── nasm.md
│ ├── nativefier.md
│ ├── nbtscan.md
│ ├── nc.md
│ ├── ncc.md
│ ├── ncdu.md
│ ├── ncmpcpp.md
│ ├── ncu.md
│ ├── neato.md
│ ├── ned.md
│ ├── neo4j-admin.md
│ ├── neofetch.md
│ ├── neomutt.md
│ ├── neotoppm.md
│ ├── nest.md
│ ├── netcat.md
│ ├── netdiscover.md
│ ├── netlify.md
│ ├── netperf.md
│ ├── netserver.md
│ ├── netstat.md
│ ├── nettacker.md
│ ├── newman.md
│ ├── newsboat.md
│ ├── next.md
│ ├── nextclade.md
│ ├── nextflow.md
│ ├── nf-core.md
│ ├── ng.md
│ ├── nginx.md
│ ├── ngrep.md
│ ├── ngrok.md
│ ├── ngs.md
│ ├── nice.md
│ ├── nikto.md
│ ├── nim.md
│ ├── nimble.md
│ ├── ninja.md
│ ├── nix-build.md
│ ├── nix-classic.md
│ ├── nix-collect-garbage.md
│ ├── nix-env.md
│ ├── nix-shell.md
│ ├── nix-store.md
│ ├── nix.md
│ ├── nix3-build.md
│ ├── nix3-develop.md
│ ├── nix3-edit.md
│ ├── nix3-flake.md
│ ├── nix3-profile.md
│ ├── nix3-registry.md
│ ├── nix3-repl.md
│ ├── nix3-run.md
│ ├── nix3-search.md
│ ├── nix3-shell.md
│ ├── nix3-store.md
│ ├── nix3-why-depends.md
│ ├── nixpkgs-review.md
│ ├── nkf.md
│ ├── nl.md
│ ├── nload.md
│ ├── nm-classic.md
│ ├── nm.md
│ ├── nmap.md
│ ├── nmblookup.md
│ ├── nms.md
│ ├── nnn.md
│ ├── node.md
│ ├── nodemon.md
│ ├── nodenv.md
│ ├── nohup.md
│ ├── nokogiri.md
│ ├── nomad.md
│ ├── nop.md
│ ├── noti.md
│ ├── notmuch.md
│ ├── now.md
│ ├── nping.md
│ ├── npm-access.md
│ ├── npm-adduser.md
│ ├── npm-audit.md
│ ├── npm-author.md
│ ├── npm-bugs.md
│ ├── npm-cache.md
│ ├── npm-check.md
│ ├── npm-ci.md
│ ├── npm-dedupe.md
│ ├── npm-doctor.md
│ ├── npm-find-dupes.md
│ ├── npm-fund.md
│ ├── npm-home.md
│ ├── npm-init.md
│ ├── npm-install.md
│ ├── npm-list.md
│ ├── npm-login.md
│ ├── npm-logout.md
│ ├── npm-ls.md
│ ├── npm-name.md
│ ├── npm-org.md
│ ├── npm-outdated.md
│ ├── npm-owner.md
│ ├── npm-query.md
│ ├── npm-restart.md
│ ├── npm-root.md
│ ├── npm-run-script.md
│ ├── npm-run.md
│ ├── npm-search.md
│ ├── npm-star.md
│ ├── npm-start.md
│ ├── npm-stop.md
│ ├── npm-team.md
│ ├── npm-test.md
│ ├── npm-token.md
│ ├── npm-uninstall.md
│ ├── npm-unpublish.md
│ ├── npm-unstar.md
│ ├── npm-update.md
│ ├── npm-version.md
│ ├── npm-view.md
│ ├── npm-whoami.md
│ ├── npm-why.md
│ ├── npm.md
│ ├── nproc.md
│ ├── npx.md
│ ├── nrm.md
│ ├── nslookup.md
│ ├── ntfy.md
│ ├── ntfyme.md
│ ├── nth.md
│ ├── ntl.md
│ ├── ntpctl.md
│ ├── nu.md
│ ├── nuclei.md
│ ├── nudoku.md
│ ├── numfmt.md
│ ├── nvcc.md
│ ├── nvidia-smi.md
│ ├── nvim.md
│ ├── nvm.fish.md
│ ├── nvm.md
│ ├── nvme.md
│ ├── nx.md
│ ├── nxc-ftp.md
│ ├── nxc-ldap.md
│ ├── nxc-mssql.md
│ ├── nxc-nfs.md
│ ├── nxc-rdp.md
│ ├── nxc-smb.md
│ ├── nxc-ssh.md
│ ├── nxc-vnc.md
│ ├── nxc-winrm.md
│ ├── nxc-wmi.md
│ ├── nxc.md
│ ├── nxcdb.md
│ ├── nyxt.md
│ ├── oathtool.md
│ ├── objdump.md
│ ├── obs.md
│ ├── oc.md
│ ├── ocaml.md
│ ├── ocamlc.md
│ ├── ocamlfind.md
│ ├── ocamlopt.md
│ ├── ocrmypdf.md
│ ├── octave.md
│ ├── octez-client.md
│ ├── od.md
│ ├── odps-auth.md
│ ├── odps-func.md
│ ├── odps-inst.md
│ ├── odps-resource.md
│ ├── odps-table.md
│ ├── odps-tunnel.md
│ ├── odps.md
│ ├── offlineimap.md
│ ├── ogr2ogr.md
│ ├── ogrinfo.md
│ ├── ogrmerge.py.md
│ ├── ohdear-cli.md
│ ├── okular.md
│ ├── ollama.md
│ ├── omf.md
│ ├── omz.md
│ ├── onefetch.md
│ ├── onionsearch.md
│ ├── ooniprobe.md
│ ├── op.md
│ ├── opam.md
│ ├── open.fish.md
│ ├── open.md
│ ├── openai.md
│ ├── openconnect.md
│ ├── openscad.md
│ ├── openssl-dgst.md
│ ├── openssl-genpkey.md
│ ├── openssl-genrsa.md
│ ├── openssl-prime.md
│ ├── openssl-req.md
│ ├── openssl-s_client.md
│ ├── openssl-ts.md
│ ├── openssl-x509.md
│ ├── openssl.md
│ ├── openttd.md
│ ├── openvpn.md
│ ├── opera.md
│ ├── opt.md
│ ├── optipng.md
│ ├── opusenc.md
│ ├── orca-c.md
│ ├── osage.md
│ ├── osmium.md
│ ├── osv-scanner.md
│ ├── ouch.md
│ ├── oxipng.md
│ ├── p10k.md
│ ├── p4.md
│ ├── p5.md
│ ├── p7zip.md
│ ├── paci.md
│ ├── packer.md
│ ├── packtpub.md
│ ├── packwiz.md
│ ├── pactl.md
│ ├── pageres.md
│ ├── pake.md
│ ├── palmtopnm.md
│ ├── pamarith.md
│ ├── pambackground.md
│ ├── pambrighten.md
│ ├── pamcomp.md
│ ├── pamcrater.md
│ ├── pamcut.md
│ ├── pamdeinterlace.md
│ ├── pamdepth.md
│ ├── pamdice.md
│ ├── pamditherbw.md
│ ├── pamedge.md
│ ├── pamenlarge.md
│ ├── pamexec.md
│ ├── pamfile.md
│ ├── pamfix.md
│ ├── pamfixtrunc.md
│ ├── pamflip.md
│ ├── pamfunc.md
│ ├── pamixer.md
│ ├── pammixinterlace.md
│ ├── pamnoraw.md
│ ├── pamoil.md
│ ├── pampick.md
│ ├── pampop9.md
│ ├── pamrgbatopng.md
│ ├── pamscale.md
│ ├── pamshadedrelief.md
│ ├── pamslice.md
│ ├── pamsplit.md
│ ├── pamstack.md
│ ├── pamstretch-gen.md
│ ├── pamstretch.md
│ ├── pamtofits.md
│ ├── pamtogif.md
│ ├── pamtopam.md
│ ├── pamtopng.md
│ ├── pamtopnm.md
│ ├── pamtoqoi.md
│ ├── pamtosrf.md
│ ├── pamtotga.md
│ ├── pamtotiff.md
│ ├── pamtouil.md
│ ├── pamtowinicon.md
│ ├── pamtoxvmini.md
│ ├── pamundice.md
│ ├── pamvalidate.md
│ ├── pandoc.md
│ ├── pangolin.md
│ ├── pants.md
│ ├── paperkey.md
│ ├── par2.md
│ ├── parallel-lint.md
│ ├── parallel.md
│ ├── parquet-tools.md
│ ├── particle.md
│ ├── pass-otp.md
│ ├── pass.md
│ ├── passwd.md
│ ├── paste.md
│ ├── pastel.md
│ ├── patch.md
│ ├── patchwork.md
│ ├── pathchk.md
│ ├── pax.md
│ ├── pbmclean.md
│ ├── pbmlife.md
│ ├── pbmmake.md
│ ├── pbmmask.md
│ ├── pbmnoise.md
│ ├── pbmpage.md
│ ├── pbmpscale.md
│ ├── pbmreduce.md
│ ├── pbmtext.md
│ ├── pbmtextps.md
│ ├── pbmto4425.md
│ ├── pbmtoascii.md
│ ├── pbmtoatk.md
│ ├── pbmtobbnbg.md
│ ├── pbmtocmuwm.md
│ ├── pbmtoepsi.md
│ ├── pbmtoepson.md
│ ├── pbmtoescp2.md
│ ├── pbmtogem.md
│ ├── pbmtogo.md
│ ├── pbmtoicon.md
│ ├── pbmtolj.md
│ ├── pbmtomacp.md
│ ├── pbmtomda.md
│ ├── pbmtomgr.md
│ ├── pbmtonokia.md
│ ├── pbmtopgm.md
│ ├── pbmtopi3.md
│ ├── pbmtoplot.md
│ ├── pbmtoppa.md
│ ├── pbmtoptx.md
│ ├── pbmtosunicon.md
│ ├── pbmtowbmp.md
│ ├── pbmtox10bm.md
│ ├── pbmtoxbm.md
│ ├── pbmtoybm.md
│ ├── pbmtozinc.md
│ ├── pbmupc.md
│ ├── pbzip2.md
│ ├── pcapfix.md
│ ├── pcdindex.md
│ ├── pcdovtoppm.md
│ ├── pcxtoppm.md
│ ├── pdf-parser.md
│ ├── pdffonts.md
│ ├── pdfgrep.md
│ ├── pdfimages.md
│ ├── pdfinfo.md
│ ├── pdfjam.md
│ ├── pdfjoin.md
│ ├── pdflatex.md
│ ├── pdfposter.md
│ ├── pdfseparate.md
│ ├── pdftex.md
│ ├── pdftk.md
│ ├── pdftocairo.md
│ ├── pdftotext.md
│ ├── pdfunite.md
│ ├── peco.md
│ ├── pee.md
│ ├── peerflix.md
│ ├── peerindex.md
│ ├── peludna-prognoza.md
│ ├── perl.md
│ ├── perlbrew.md
│ ├── perldoc.md
│ ├── pest.md
│ ├── pfetch.md
│ ├── pg_ctl.md
│ ├── pg_dump.md
│ ├── pg_dumpall.md
│ ├── pg_isready.md
│ ├── pg_restore.md
│ ├── pgbench.md
│ ├── pgmbentley.md
│ ├── pgmcrater.md
│ ├── pgmdeshadow.md
│ ├── pgmedge.md
│ ├── pgmenhance.md
│ ├── pgmhist.md
│ ├── pgmkernel.md
│ ├── pgmmake.md
│ ├── pgmnoise.md
│ ├── pgmnorm.md
│ ├── pgmoil.md
│ ├── pgmramp.md
│ ├── pgmslice.md
│ ├── pgmtexture.md
│ ├── pgmtofs.md
│ ├── pgmtolispm.md
│ ├── pgmtopbm.md
│ ├── pgmtopgm.md
│ ├── pgmtoppm.md
│ ├── pgmtosbig.md
│ ├── pgmtost4.md
│ ├── pgrep.md
│ ├── phan.md
│ ├── phing.md
│ ├── phive.md
│ ├── php-artisan.md
│ ├── php-coveralls.md
│ ├── php-cs-fixer.md
│ ├── php-yii.md
│ ├── php.md
│ ├── phpbu.md
│ ├── phpcbf.md
│ ├── phpcpd.md
│ ├── phpcs.md
│ ├── phpdox.md
│ ├── phpenv.md
│ ├── phpize.md
│ ├── phploc.md
│ ├── phpmd.md
│ ├── phpspec.md
│ ├── phpstan.md
│ ├── phpstorm.md
│ ├── phpunit.md
│ ├── pi1toppm.md
│ ├── pi3topbm.md
│ ├── piactl.md
│ ├── pic.md
│ ├── picard.md
│ ├── picgo.md
│ ├── pickle.md
│ ├── picocom.md
│ ├── picom-trans.md
│ ├── picotool.md
│ ├── picttoppm.md
│ ├── pigz.md
│ ├── ping.md
│ ├── ping6.md
│ ├── pinky.md
│ ├── pint.md
│ ├── pinta.md
│ ├── pio-access.md
│ ├── pio-account.md
│ ├── pio-boards.md
│ ├── pio-check.md
│ ├── pio-ci.md
│ ├── pio-debug.md
│ ├── pio-device.md
│ ├── pio-home.md
│ ├── pio-init.md
│ ├── pio-lib.md
│ ├── pio-org.md
│ ├── pio-package.md
│ ├── pio-platform.md
│ ├── pio-project.md
│ ├── pio-remote.md
│ ├── pio-run.md
│ ├── pio-settings.md
│ ├── pio-system.md
│ ├── pio-team.md
│ ├── pio-test.md
│ ├── pio-update.md
│ ├── pio-upgrade.md
│ ├── pio.md
│ ├── piodebuggdb.md
│ ├── pip-freeze.md
│ ├── pip-install.md
│ ├── pip-uninstall.md
│ ├── pip.md
│ ├── pip3.md
│ ├── pipenv.md
│ ├── piper.md
│ ├── pipes.sh.md
│ ├── pipx.md
│ ├── pixi-config.md
│ ├── pixi-global.md
│ ├── pixi-project.md
│ ├── pixi-task.md
│ ├── pixi.md
│ ├── pixiecore.md
│ ├── pixterm.md
│ ├── pjtoppm.md
│ ├── pkg-config.md
│ ├── pkill.md
│ ├── plantuml.md
│ ├── platformio.md
│ ├── play.md
│ ├── plenv.md
│ ├── plesk.md
│ ├── plocate.md
│ ├── pm2.md
│ ├── pngcheck.md
│ ├── pngcrush.md
│ ├── pngquant.md
│ ├── pngtopam.md
│ ├── pngtopnm.md
│ ├── pnmalias.md
│ ├── pnmarith.md
│ ├── pnmcolormap.md
│ ├── pnmcomp.md
│ ├── pnmconvol.md
│ ├── pnmcrop.md
│ ├── pnmcut.md
│ ├── pnmdepth.md
│ ├── pnmenlarge.md
│ ├── pnmfile.md
│ ├── pnmflip.md
│ ├── pnmgamma.md
│ ├── pnmhisteq.md
│ ├── pnmhistmap.md
│ ├── pnmindex.md
│ ├── pnminterp.md
│ ├── pnminvert.md
│ ├── pnmmargin.md
│ ├── pnmmercator.md
│ ├── pnmmontage.md
│ ├── pnmnlfilt.md
│ ├── pnmnorm.md
│ ├── pnmpad.md
│ ├── pnmpaste.md
│ ├── pnmpsnr.md
│ ├── pnmquant.md
│ ├── pnmquantall.md
│ ├── pnmremap.md
│ ├── pnmrotate.md
│ ├── pnmscale.md
│ ├── pnmscalefixed.md
│ ├── pnmshear.md
│ ├── pnmsmooth.md
│ ├── pnmsplit.md
│ ├── pnmtile.md
│ ├── pnmtoddif.md
│ ├── pnmtofiasco.md
│ ├── pnmtofits.md
│ ├── pnmtojpeg.md
│ ├── pnmtopalm.md
│ ├── pnmtopclxl.md
│ ├── pnmtoplainpnm.md
│ ├── pnmtopng.md
│ ├── pnmtopnm.md
│ ├── pnmtops.md
│ ├── pnmtorast.md
│ ├── pnmtorle.md
│ ├── pnmtosgi.md
│ ├── pnmtosir.md
│ ├── pnmtotiff.md
│ ├── pnmtotiffcmyk.md
│ ├── pnmtoxwd.md
│ ├── pnpm-audit.md
│ ├── pnpm-outdated.md
│ ├── pnpm.md
│ ├── pnpx.md
│ ├── pocount.md
│ ├── podman-build.md
│ ├── podman-compose.md
│ ├── podman-image.md
│ ├── podman-images.md
│ ├── podman-login.md
│ ├── podman-machine.md
│ ├── podman-ps.md
│ ├── podman-rmi.md
│ ├── podman-run.md
│ ├── podman.md
│ ├── poetry.md
│ ├── polybar-msg.md
│ ├── polybar.md
│ ├── pop.md
│ ├── popd.md
│ ├── popeye.md
│ ├── postcss.md
│ ├── powershell.md
│ ├── ppmbrighten.md
│ ├── ppmchange.md
│ ├── ppmcie.md
│ ├── ppmcolormask.md
│ ├── ppmdim.md
│ ├── ppmdist.md
│ ├── ppmdither.md
│ ├── ppmdraw.md
│ ├── ppmfade.md
│ ├── ppmflash.md
│ ├── ppmforge.md
│ ├── ppmglobe.md
│ ├── ppmhist.md
│ ├── ppmlabel.md
│ ├── ppmmake.md
│ ├── ppmmix.md
│ ├── ppmnorm.md
│ ├── ppmntsc.md
│ ├── ppmpat.md
│ ├── ppmquant.md
│ ├── ppmquantall.md
│ ├── ppmrainbow.md
│ ├── ppmrelief.md
│ ├── ppmshadow.md
│ ├── ppmshift.md
│ ├── ppmspread.md
│ ├── ppmtoacad.md
│ ├── ppmtoapplevol.md
│ ├── ppmtoarbtxt.md
│ ├── ppmtoascii.md
│ ├── ppmtobmp.md
│ ├── ppmtoeyuv.md
│ ├── ppmtogif.md
│ ├── ppmtoicr.md
│ ├── ppmtoilbm.md
│ ├── ppmtojpeg.md
│ ├── ppmtoleaf.md
│ ├── ppmtolj.md
│ ├── ppmtomap.md
│ ├── ppmtomitsu.md
│ ├── ppmtompeg.md
│ ├── ppmtoneo.md
│ ├── ppmtopcx.md
│ ├── ppmtopgm.md
│ ├── ppmtopi1.md
│ ├── ppmtopict.md
│ ├── ppmtopj.md
│ ├── ppmtopjxl.md
│ ├── ppmtoppm.md
│ ├── ppmtopuzz.md
│ ├── ppmtorgb3.md
│ ├── ppmtosixel.md
│ ├── ppmtospu.md
│ ├── ppmtoterm.md
│ ├── ppmtotga.md
│ ├── ppmtouil.md
│ ├── ppmtowinicon.md
│ ├── ppmtoxpm.md
│ ├── ppmtoyuv.md
│ ├── ppmtoyuvsplit.md
│ ├── ppmtv.md
│ ├── ppmwheel.md
│ ├── pppd.md
│ ├── pprof.md
│ ├── pr.md
│ ├── pre-commit.md
│ ├── prettier.md
│ ├── pretty-bytes.md
│ ├── printenv.md
│ ├── printf.md
│ ├── procs.md
│ ├── progpilot.md
│ ├── progress.md
│ ├── projucer.md
│ ├── promtool.md
│ ├── prosodyctl.md
│ ├── protector.md
│ ├── protoc.md
│ ├── proxify.md
│ ├── prqlc.md
│ ├── ps-nvm.md
│ ├── ps.md
│ ├── psalm.md
│ ├── psgrep.md
│ ├── psidtopgm.md
│ ├── psql.md
│ ├── pssh.md
│ ├── pstopnm.md
│ ├── psysh.md
│ ├── pt.md
│ ├── ptargrep.md
│ ├── ptpython.md
│ ├── ptpython3.md
│ ├── pueue-add.md
│ ├── pueue-clean.md
│ ├── pueue-completions.md
│ ├── pueue-edit.md
│ ├── pueue-enqueue.md
│ ├── pueue-follow.md
│ ├── pueue-group.md
│ ├── pueue-help.md
│ ├── pueue-kill.md
│ ├── pueue-log.md
│ ├── pueue-parallel.md
│ ├── pueue-pause.md
│ ├── pueue-remove.md
│ ├── pueue-reset.md
│ ├── pueue-restart.md
│ ├── pueue-send.md
│ ├── pueue-shutdown.md
│ ├── pueue-start.md
│ ├── pueue-stash.md
│ ├── pueue-status.md
│ ├── pueue-switch.md
│ ├── pueue.md
│ ├── pulumi-about.md
│ ├── pulumi-cancel.md
│ ├── pulumi-config.md
│ ├── pulumi-destroy.md
│ ├── pulumi-env.md
│ ├── pulumi-gen-completion.md
│ ├── pulumi-install.md
│ ├── pulumi-login.md
│ ├── pulumi-logout.md
│ ├── pulumi-new.md
│ ├── pulumi-preview.md
│ ├── pulumi-stack.md
│ ├── pulumi-up.md
│ ├── pulumi-version.md
│ ├── pulumi-whoami.md
│ ├── pulumi.md
│ ├── pup.md
│ ├── puppet-agent.md
│ ├── puppet-apply.md
│ ├── puppet.md
│ ├── pushd.md
│ ├── pv.md
│ ├── pwd.md
│ ├── pwgen.md
│ ├── pwsh.md
│ ├── py-spy.md
│ ├── pyats-shell.md
│ ├── pyats-version.md
│ ├── pyats.md
│ ├── pycodestyle.md
│ ├── pydoc.md
│ ├── pydocstyle.md
│ ├── pyenv-virtualenv.md
│ ├── pyenv.md
│ ├── pyflakes.md
│ ├── pygmentize.md
│ ├── pyinfra.md
│ ├── pylint.md
│ ├── pypy.md
│ ├── pystun3.md
│ ├── pytest.md
│ ├── python.md
│ ├── python3.md
│ ├── q.md
│ ├── qalc.md
│ ├── qc.md
│ ├── qcp.md
│ ├── qdbus.md
│ ├── qemu-img.md
│ ├── qemu.md
│ ├── qmmp.md
│ ├── qmv.md
│ ├── qoitopam.md
│ ├── qownnotes.md
│ ├── qpdf.md
│ ├── qr.md
│ ├── qrencode.md
│ ├── qrttoppm.md
│ ├── qtcreator.md
│ ├── quarkus.md
│ ├── quarto.md
│ ├── quilt.md
│ ├── quota.md
│ ├── qutebrowser.md
│ ├── r.md
│ ├── r2.md
│ ├── r2e.md
│ ├── rabin2.md
│ ├── racket.md
│ ├── raco.md
│ ├── radare2.md
│ ├── rage.md
│ ├── rails-console.md
│ ├── rails-db.md
│ ├── rails-destroy.md
│ ├── rails-generate.md
│ ├── rails-new.md
│ ├── rails-routes.md
│ ├── rails-server.md
│ ├── rails.md
│ ├── railway.md
│ ├── rainbowstream.md
│ ├── rake.md
│ ├── ranger.md
│ ├── rapper.md
│ ├── rar.md
│ ├── rarcrack.md
│ ├── rasttopnm.md
│ ├── rawtopgm.md
│ ├── rawtoppm.md
│ ├── rbac-lookup.md
│ ├── rbash.md
│ ├── rbenv.md
│ ├── rbt.md
│ ├── rc.md
│ ├── rcat.md
│ ├── rclone.md
│ ├── rdfind.md
│ ├── react-native-start.md
│ ├── react-native.md
│ ├── read.md
│ ├── readarray.md
│ ├── readlink.md
│ ├── readonly.md
│ ├── realpath.md
│ ├── recsel.md
│ ├── rector.md
│ ├── redis-benchmark.md
│ ├── redis-cli.md
│ ├── redis-server.md
│ ├── redshift.md
│ ├── reflac.md
│ ├── reflex.md
│ ├── rekor-cli.md
│ ├── remove-nodeversion.md
│ ├── renice.md
│ ├── repren.md
│ ├── resolvconf.md
│ ├── restic.md
│ ├── resume.md
│ ├── retry.md
│ ├── return.md
│ ├── rev.md
│ ├── rfetch.md
│ ├── rg.md
│ ├── rga.md
│ ├── rgb3toppm.md
│ ├── rgpt.md
│ ├── rgrep.md
│ ├── rhash.md
│ ├── rich.md
│ ├── rip.md
│ ├── ripgrep.md
│ ├── rkdeveloptool.md
│ ├── rlatopam.md
│ ├── rletopnm.md
│ ├── rlwrap.md
│ ├── rm.md
│ ├── rmdir.md
│ ├── rmlint.md
│ ├── roave-backward-compatibility-check.md
│ ├── robo.md
│ ├── roll.md
│ ├── ropgadget.md
│ ├── ropper.md
│ ├── route.md
│ ├── rpi-imager.md
│ ├── rr.md
│ ├── rscript.md
│ ├── rspec.md
│ ├── rss2email.md
│ ├── rsstail.md
│ ├── rsync.md
│ ├── rtl_sdr.md
│ ├── rtmpdump.md
│ ├── rtv.md
│ ├── rubocop.md
│ ├── ruby.md
│ ├── ruff-check.md
│ ├── ruff-format.md
│ ├── ruff.md
│ ├── runit.md
│ ├── runsv.md
│ ├── runsvchdir.md
│ ├── runsvdir.md
│ ├── rustc.md
│ ├── rustdoc.md
│ ├── rustfmt.md
│ ├── rustic.md
│ ├── rustscan.md
│ ├── rustup-check.md
│ ├── rustup-completions.md
│ ├── rustup-component.md
│ ├── rustup-default.md
│ ├── rustup-doc.md
│ ├── rustup-help.md
│ ├── rustup-init.sh.md
│ ├── rustup-install.md
│ ├── rustup-man.md
│ ├── rustup-override.md
│ ├── rustup-run.md
│ ├── rustup-self.md
│ ├── rustup-set.md
│ ├── rustup-show.md
│ ├── rustup-target.md
│ ├── rustup-toolchain.md
│ ├── rustup-update.md
│ ├── rustup-which.md
│ ├── rustup.md
│ ├── rvm.md
│ ├── s.md
│ ├── s3cmd.md
│ ├── safe.md
│ ├── sails.md
│ ├── salt-call.md
│ ├── salt-key.md
│ ├── salt-run.md
│ ├── salt.md
│ ├── sam2p.md
│ ├── samtools.md
│ ├── sass.md
│ ├── satis.md
│ ├── sbcl.md
│ ├── sbigtopgm.md
│ ├── sbt.md
│ ├── sbuild.md
│ ├── sc-im.md
│ ├── sc_analysis_dump.md
│ ├── sc_tracediff.md
│ ├── sc_ttlexp.md
│ ├── sc_warts2csv.md
│ ├── sc_warts2json.md
│ ├── sc_warts2pcap.md
│ ├── sc_warts2text.md
│ ├── sc_wartscat.md
│ ├── sc_wartsdump.md
│ ├── sc_wartsfilter.md
│ ├── sc_wartsfix.md
│ ├── scala-cli.md
│ ├── scala.md
│ ├── scalafmt.md
│ ├── scamper.md
│ ├── scan-build.md
│ ├── scc.md
│ ├── sccmap.md
│ ├── scd.md
│ ├── scheme.md
│ ├── scp.md
│ ├── scrapy.md
│ ├── scrcpy.md
│ ├── screen.md
│ ├── screenfetch.md
│ ├── script.md
│ ├── sd.md
│ ├── sdcv.md
│ ├── sdiff.md
│ ├── sdk.md
│ ├── sdkmanager.md
│ ├── searchsploit.md
│ ├── secrethub.md
│ ├── security-checker.md
│ ├── sed.md
│ ├── select.md
│ ├── semver.md
│ ├── sendmail.md
│ ├── seq.md
│ ├── sequelize.md
│ ├── serialver.md
│ ├── serve.md
│ ├── serverless.md
│ ├── set-nodeinstalllocation.md
│ ├── set-nodeversion.md
│ ├── set.md
│ ├── sf.md
│ ├── sfdp.md
│ ├── sftp.md
│ ├── sg.md
│ ├── sgitopnm.md
│ ├── sgpt.md
│ ├── sh.md
│ ├── sha1sum.md
│ ├── sha224sum.md
│ ├── sha256sum.md
│ ├── sha384sum.md
│ ├── sha512sum.md
│ ├── shar.md
│ ├── shards.md
│ ├── shasum.md
│ ├── shc.md
│ ├── shellcheck.md
│ ├── shfmt.md
│ ├── shift.md
│ ├── shiori.md
│ ├── shopt.md
│ ├── shotcut.md
│ ├── showfigfonts.md
│ ├── shred.md
│ ├── shuf.md
│ ├── siege.md
│ ├── silicon.md
│ ├── simplehttpserver.md
│ ├── sindresorhus.md
│ ├── singularity.md
│ ├── sirtopnm.md
│ ├── sk.md
│ ├── skaffold.md
│ ├── skate.md
│ ├── skicka.md
│ ├── skopeo.md
│ ├── sl.md
│ ├── slackcat.md
│ ├── sldtoppm.md
│ ├── sleep.md
│ ├── slimrb.md
│ ├── smalltalkci.md
│ ├── smartctl.md
│ ├── smbmap.md
│ ├── sn.md
│ ├── snakefmt.md
│ ├── sngrep.md
│ ├── snmpget.md
│ ├── snmpwalk.md
│ ├── snort.md
│ ├── snowsql.md
│ ├── snyk.md
│ ├── socat.md
│ ├── solcjs.md
│ ├── solo.md
│ ├── sonar-scanner.md
│ ├── sops.md
│ ├── sort.md
│ ├── soupault.md
│ ├── source.md
│ ├── sox.md
│ ├── soxi.md
│ ├── spark.md
│ ├── spctoppm.md
│ ├── spectacle.md
│ ├── speed-test.md
│ ├── speedcrunch.md
│ ├── speedtest-cli.md
│ ├── speedtest-rs.md
│ ├── speedtest.md
│ ├── spfquery.md
│ ├── sphinx-build.md
│ ├── spicetify.md
│ ├── spike.md
│ ├── split.md
│ ├── sponge.md
│ ├── spotdl.md
│ ├── spottopgm.md
│ ├── sputoppm.md
│ ├── sqlite-utils.md
│ ├── sqlite3.md
│ ├── sqlmap.md
│ ├── sqsc.md
│ ├── srftopam.md
│ ├── srm.md
│ ├── ss-local.md
│ ├── ssh-add.md
│ ├── ssh-agent.md
│ ├── ssh-copy-id.md
│ ├── ssh-keygen.md
│ ├── ssh-keyscan.md
│ ├── ssh.md
│ ├── sshd.md
│ ├── sshfs.md
│ ├── sshpass.md
│ ├── sshuttle.md
│ ├── sslscan.md
│ ├── st-flash.md
│ ├── st-info.md
│ ├── st-util.md
│ ├── st4topgm.md
│ ├── stack.md
│ ├── standard-version.md
│ ├── standard.md
│ ├── starship-init.md
│ ├── starship.md
│ ├── stat.md
│ ├── stdbuf.md
│ ├── steam.md
│ ├── steamcmd.md
│ ├── step.md
│ ├── stern.md
│ ├── stl2gts.md
│ ├── stolonctl.md
│ ├── stormlock.md
│ ├── stow.md
│ ├── streamlink.md
│ ├── streamlit.md
│ ├── stressapptest.md
│ ├── strings.md
│ ├── strip-nondeterminism.md
│ ├── stripe.md
│ ├── stty.md
│ ├── stun.md
│ ├── stylua.md
│ ├── su.md
│ ├── subfinder.md
│ ├── subl.md
│ ├── subliminal.md
│ ├── sublist3r.md
│ ├── sudo.md
│ ├── sui-client-faucet.md
│ ├── sui-client-ptb.md
│ ├── sui-client.md
│ ├── sui-move.md
│ ├── sui.md
│ ├── sum.md
│ ├── sunicontopnm.md
│ ├── sup.md
│ ├── supervisorctl.md
│ ├── supervisord.md
│ ├── surfraw.md
│ ├── surge.md
│ ├── suspend.md
│ ├── sv.md
│ ├── svgcleaner.md
│ ├── svgo.md
│ ├── svgr.md
│ ├── svgtopam.md
│ ├── svn-changelist.md
│ ├── svn.md
│ ├── swagger-codegen.md
│ ├── swc.md
│ ├── swift.md
│ ├── swig.md
│ ├── swipl.md
│ ├── symfony.md
│ ├── sync.md
│ ├── syncthing.md
│ ├── sysbench.md
│ ├── tabula.md
│ ├── tac.md
│ ├── tail.md
│ ├── tailscale-file.md
│ ├── tailscale-ssh.md
│ ├── tailscale-up.md
│ ├── tailscale.md
│ ├── takeout.md
│ ├── tar.md
│ ├── tarsnap-keygen.md
│ ├── tarsnap.md
│ ├── task.md
│ ├── tb.md
│ ├── tbl.md
│ ├── tcc.md
│ ├── tcpdump.md
│ ├── tcpreplay.md
│ ├── tcsh.md
│ ├── tea.md
│ ├── tectonic.md
│ ├── tee.md
│ ├── telegram-desktop.md
│ ├── telnet.md
│ ├── termdown.md
│ ├── terminalizer.md
│ ├── terraform-fmt.md
│ ├── terraform-output.md
│ ├── terraform-plan.md
│ ├── terraform.md
│ ├── terragrunt.md
│ ├── tesseract.md
│ ├── test.md
│ ├── testssl.md
│ ├── tex-fmt.md
│ ├── tex.md
│ ├── texcount.md
│ ├── texdoc.md
│ ├── texliveonfly.md
│ ├── textql.md
│ ├── tgatoppm.md
│ ├── tgpt.md
│ ├── theharvester.md
│ ├── thinkjettopbm.md
│ ├── thunderbird.md
│ ├── tidy.md
│ ├── tifftopnm.md
│ ├── tig.md
│ ├── time.md
│ ├── timeout.md
│ ├── times.md
│ ├── timetrap.md
│ ├── timew.md
│ ├── timidity.md
│ ├── tldr-lint.md
│ ├── tldr.md
│ ├── tldrl.md
│ ├── tlmgr-arch.md
│ ├── tlmgr-backup.md
│ ├── tlmgr-candidates.md
│ ├── tlmgr-check.md
│ ├── tlmgr-conf.md
│ ├── tlmgr-dump-tlpdb.md
│ ├── tlmgr-generate.md
│ ├── tlmgr-gui.md
│ ├── tlmgr-info.md
│ ├── tlmgr-install.md
│ ├── tlmgr-key.md
│ ├── tlmgr-option.md
│ ├── tlmgr-paper.md
│ ├── tlmgr-path.md
│ ├── tlmgr-pinning.md
│ ├── tlmgr-platform.md
│ ├── tlmgr-recreate-tlpdb.md
│ ├── tlmgr-remove.md
│ ├── tlmgr-repository.md
│ ├── tlmgr-restore.md
│ ├── tlmgr-search.md
│ ├── tlmgr-shell.md
│ ├── tlmgr-update.md
│ ├── tlmgr.md
│ ├── tmpmail.md
│ ├── tmsu.md
│ ├── tmux.md
│ ├── tmuxinator.md
│ ├── todo.md
│ ├── todo.sh.md
│ ├── todoist.md
│ ├── todoman.md
│ ├── toipe.md
│ ├── tokei.md
│ ├── topgrade.md
│ ├── topydo.md
│ ├── touch.md
│ ├── tox.md
│ ├── tpp.md
│ ├── tput.md
│ ├── tqdm.md
│ ├── tr.md
│ ├── traceroute.md
│ ├── traefik.md
│ ├── trans.md
│ ├── transcode.md
│ ├── transcrypt.md
│ ├── transfersh.md
│ ├── transmission-cli.md
│ ├── transmission-create.md
│ ├── transmission-daemon.md
│ ├── transmission-edit.md
│ ├── transmission-remote.md
│ ├── transmission-show.md
│ ├── transmission.md
│ ├── trap.md
│ ├── trash-cli.md
│ ├── travis.md
│ ├── trawl.md
│ ├── trdsql.md
│ ├── tre.md
│ ├── tred.md
│ ├── tree.md
│ ├── trip.md
│ ├── trivy.md
│ ├── troff.md
│ ├── true.md
│ ├── truffle.md
│ ├── trufflehog.md
│ ├── truncate.md
│ ├── ts-node.md
│ ├── ts.md
│ ├── tsc.md
│ ├── tslint.md
│ ├── tsort.md
│ ├── tspin.md
│ ├── tsv-filter.md
│ ├── tt.md
│ ├── tts.md
│ ├── tty.md
│ ├── tuc.md
│ ├── tuckr.md
│ ├── tuir.md
│ ├── turbo.md
│ ├── twine.md
│ ├── twm.md
│ ├── twopi.md
│ ├── twurl.md
│ ├── tye.md
│ ├── type.md
│ ├── typeinc.md
│ ├── typeorm.md
│ ├── typeset.md
│ ├── typst.md
│ ├── u3d.md
│ ├── ufraw-batch.md
│ ├── ugrep.md
│ ├── ulimit.md
│ ├── umask.md
│ ├── umount.md
│ ├── unalias.md
│ ├── uname.md
│ ├── unar.md
│ ├── unclutter.md
│ ├── uncrustify.md
│ ├── unexpand.md
│ ├── unflatten.md
│ ├── unimatrix.md
│ ├── uniq.md
│ ├── unison.md
│ ├── units.md
│ ├── unlink.md
│ ├── unlzma.md
│ ├── unp.md
│ ├── unrar.md
│ ├── unset.md
│ ├── until.md
│ ├── unxz.md
│ ├── unzip.md
│ ├── unzstd.md
│ ├── updog.md
│ ├── upt.md
│ ├── uptime.md
│ ├── upx.md
│ ├── users.md
│ ├── usql.md
│ ├── uudecode.md
│ ├── uuencode.md
│ ├── uv-add.md
│ ├── uv-python.md
│ ├── uv-tool.md
│ ├── uv-tree.md
│ ├── uv.md
│ ├── uvicorn.md
│ ├── v.md
│ ├── vagrant-box.md
│ ├── vagrant-plugin.md
│ ├── vagrant.md
│ ├── vala.md
│ ├── valac.md
│ ├── vale.md
│ ├── valgrind.md
│ ├── var-dump-server.md
│ ├── varnishlog.md
│ ├── vault.md
│ ├── vboxmanage-clonevm.md
│ ├── vboxmanage-cloud.md
│ ├── vboxmanage-controlvm.md
│ ├── vboxmanage-createvm.md
│ ├── vboxmanage-export.md
│ ├── vboxmanage-extpack.md
│ ├── vboxmanage-import.md
│ ├── vboxmanage-list.md
│ ├── vboxmanage-movevm.md
│ ├── vboxmanage-registervm.md
│ ├── vboxmanage-showvminfo.md
│ ├── vboxmanage-startvm.md
│ ├── vboxmanage-unregistervm.md
│ ├── vboxmanage.md
│ ├── vcpkg.md
│ ├── vcsh.md
│ ├── vdir.md
│ ├── vectorize-pixelart.md
│ ├── vegeta.md
│ ├── vela.md
│ ├── velero.md
│ ├── venv.md
│ ├── vercel.md
│ ├── verilator.md
│ ├── vertical-bar.md
│ ├── vf.md
│ ├── vgmstream_cli.md
│ ├── vgrep.md
│ ├── vhs.md
│ ├── vi.md
│ ├── vidir.md
│ ├── view.md
│ ├── vifm.md
│ ├── vim.md
│ ├── vimdiff.md
│ ├── vimtutor.md
│ ├── vinmap.md
│ ├── vipe.md
│ ├── virsh-connect.md
│ ├── virsh-domblklist.md
│ ├── virsh-help.md
│ ├── virsh-list.md
│ ├── virsh-pool-autostart.md
│ ├── virsh-pool-build.md
│ ├── virsh-pool-define-as.md
│ ├── virsh-pool-delete.md
│ ├── virsh-pool-destroy.md
│ ├── virsh-pool-info.md
│ ├── virsh-pool-list.md
│ ├── virsh-pool-start.md
│ ├── virsh-pool-undefine.md
│ ├── virsh-undefine.md
│ ├── virsh.md
│ ├── virt-clone.md
│ ├── virt-install.md
│ ├── virt-qemu-run.md
│ ├── virt-sparsify.md
│ ├── virt-sysprep.md
│ ├── virtualenv.md
│ ├── virtualenvwrapper.md
│ ├── visudo.md
│ ├── vite.md
│ ├── vitest.md
│ ├── viu.md
│ ├── vivaldi.md
│ ├── vladimyr.md
│ ├── vlc.md
│ ├── vmtouch.md
│ ├── volta.md
│ ├── vsce.md
│ ├── vt.md
│ ├── vue-build.md
│ ├── vue-init.md
│ ├── vue-serve.md
│ ├── vue.md
│ ├── vulkaninfo.md
│ ├── w.md
│ ├── w3m.md
│ ├── wafw00f.md
│ ├── waifu2x-ncnn-vulkan.md
│ ├── wait.md
│ ├── waitress-serve.md
│ ├── wakeonlan.md
│ ├── wal.md
│ ├── wapm.md
│ ├── warp-cli.md
│ ├── warp-diag.md
│ ├── wasm-objdump.md
│ ├── wasm-opt.md
│ ├── wasm2c.md
│ ├── wasm2wat.md
│ ├── wat2wasm.md
│ ├── watch.md
│ ├── watchexec.md
│ ├── watson.md
│ ├── waybar.md
│ ├── waymore.md
│ ├── wbmptopbm.md
│ ├── wc.md
│ ├── wdiff.md
│ ├── weasyprint.md
│ ├── web-ext.md
│ ├── webpack.md
│ ├── webstorm.md
│ ├── webtorrent.md
│ ├── weechat.md
│ ├── wfuzz.md
│ ├── wget.md
│ ├── wget2.md
│ ├── whatwaf.md
│ ├── whatweb.md
│ ├── where.md
│ ├── whereis.md
│ ├── which.md
│ ├── while.md
│ ├── whisper.md
│ ├── who.md
│ ├── whoami.md
│ ├── whois.md
│ ├── wiggle.md
│ ├── wikiman.md
│ ├── wikit.md
│ ├── winicontopam.md
│ ├── winicontoppm.md
│ ├── wipeclean.md
│ ├── wireplumber.md
│ ├── wkhtmltopdf.md
│ ├── wondershaper.md
│ ├── wordgrinder.md
│ ├── wormhole.md
│ ├── wp.md
│ ├── wpa_supplicant.md
│ ├── wpaclean.md
│ ├── wpexec.md
│ ├── wpm.md
│ ├── wpscan.md
│ ├── wrangler.md
│ ├── write.md
│ ├── wrk.md
│ ├── wuzz.md
│ ├── x11docker.md
│ ├── x_x.md
│ ├── xar.md
│ ├── xargs.md
│ ├── xbmtopbm.md
│ ├── xcaddy.md
│ ├── xcv.md
│ ├── xdelta.md
│ ├── xe.md
│ ├── xephyr.md
│ ├── xetex.md
│ ├── xev.md
│ ├── xgettext.md
│ ├── xh.md
│ ├── xidel.md
│ ├── ximtoppm.md
│ ├── xkcdpass.md
│ ├── xkill.md
│ ├── xmake.md
│ ├── xml-canonic.md
│ ├── xml-depyx.md
│ ├── xml-edit.md
│ ├── xml-elements.md
│ ├── xml-escape.md
│ ├── xml-format.md
│ ├── xml-list.md
│ ├── xml-pyx.md
│ ├── xml-select.md
│ ├── xml-transform.md
│ ├── xml-unescape.md
│ ├── xml-validate.md
│ ├── xml.md
│ ├── xmllint.md
│ ├── xmlstarlet.md
│ ├── xmlto.md
│ ├── xo.md
│ ├── xonsh.md
│ ├── xpdf.md
│ ├── xplr.md
│ ├── xpmtoppm.md
│ ├── xprop.md
│ ├── xsp.md
│ ├── xsv.md
│ ├── xteddy.md
│ ├── xvminitoppm.md
│ ├── xwdtopnm.md
│ ├── xwininfo.md
│ ├── xxd.md
│ ├── xxh.md
│ ├── xz.md
│ ├── xzcat.md
│ ├── xzcmp.md
│ ├── xzdiff.md
│ ├── xzegrep.md
│ ├── xzfgrep.md
│ ├── xzgrep.md
│ ├── xzless.md
│ ├── xzmore.md
│ ├── ya.md
│ ├── yacas.md
│ ├── yacc.md
│ ├── yadm-alt.md
│ ├── yadm-bootstrap.md
│ ├── yadm-clone.md
│ ├── yadm-config.md
│ ├── yadm-decrypt.md
│ ├── yadm-encrypt.md
│ ├── yadm-enter.md
│ ├── yadm-git-crypt.md
│ ├── yadm-gitconfig.md
│ ├── yadm-init.md
│ ├── yadm-introspect.md
│ ├── yadm-list.md
│ ├── yadm-perms.md
│ ├── yadm-transcrypt.md
│ ├── yadm-upgrade.md
│ ├── yadm.md
│ ├── yank.md
│ ├── yapf.md
│ ├── yard.md
│ ├── yarn-why.md
│ ├── yarn.md
│ ├── yazi.md
│ ├── ybacklight.md
│ ├── ybmtopbm.md
│ ├── yes.md
│ ├── yesod.md
│ ├── ykinfo.md
│ ├── ykman-config.md
│ ├── ykman-fido.md
│ ├── ykman-oath.md
│ ├── ykman-openpgp.md
│ ├── ykman.md
│ ├── yolo.md
│ ├── you-get.md
│ ├── youtube-dl.md
│ ├── youtube-viewer.md
│ ├── yq.md
│ ├── yt-dlp.md
│ ├── yuvsplittoppm.md
│ ├── yuvtoppm.md
│ ├── yuy2topam.md
│ ├── z.md
│ ├── zapier-analytics.md
│ ├── zapier-build.md
│ ├── zapier-convert.md
│ ├── zapier-init.md
│ ├── zapier-push.md
│ ├── zapier-scaffold.md
│ ├── zapier.md
│ ├── zbarimg.md
│ ├── zcat.md
│ ├── zcmp.md
│ ├── zdb.md
│ ├── zdiff.md
│ ├── zeek.md
│ ├── zegrep.md
│ ├── zeisstopnm.md
│ ├── zek.md
│ ├── zellij.md
│ ├── zfgrep.md
│ ├── zfs.md
│ ├── zgrep.md
│ ├── zig.md
│ ├── zint.md
│ ├── zip.md
│ ├── zip2john.md
│ ├── zipalign.md
│ ├── zipcloak.md
│ ├── zipgrep.md
│ ├── zipinfo.md
│ ├── zipnote.md
│ ├── zless.md
│ ├── zlib-flate.md
│ ├── zm.md
│ ├── zmore.md
│ ├── zmv.md
│ ├── znew.md
│ ├── zola.md
│ ├── zopflipng.md
│ ├── zotero.md
│ ├── zoxide.md
│ ├── zpaq.md
│ ├── zpool.md
│ ├── zrun.md
│ ├── zsh.md
│ ├── zstd.md
│ ├── zstdcat.md
│ ├── zstdless.md
│ ├── zstdmt.md
│ ├── zsteg.md
│ ├── {.md
│ └── ~.md
│ ├── freebsd
│ ├── base64.md
│ ├── cal.md
│ ├── chfn.md
│ ├── chpass.md
│ ├── chsh.md
│ ├── df.md
│ ├── look.md
│ ├── pkg.md
│ ├── sed.md
│ ├── sockstat.md
│ ├── ypchfn.md
│ ├── ypchpass.md
│ └── ypchsh.md
│ ├── index.json
│ ├── linux
│ ├── a2disconf.md
│ ├── a2dismod.md
│ ├── a2dissite.md
│ ├── a2enconf.md
│ ├── a2enmod.md
│ ├── a2ensite.md
│ ├── a2query.md
│ ├── aa-complain.md
│ ├── aa-disable.md
│ ├── aa-enforce.md
│ ├── aa-status.md
│ ├── abbr.md
│ ├── abroot.md
│ ├── abrt-action-analyze-backtrace.md
│ ├── abrt-action-analyze-c.md
│ ├── ac.md
│ ├── acountry.md
│ ├── acpi.md
│ ├── add-apt-repository.md
│ ├── addpart.md
│ ├── addr2line.md
│ ├── adduser.md
│ ├── adig.md
│ ├── agetty.md
│ ├── ahost.md
│ ├── alien.md
│ ├── alpine.md
│ ├── alternatives.md
│ ├── amixer.md
│ ├── anbox.md
│ ├── apache2ctl.md
│ ├── apk.md
│ ├── aplay.md
│ ├── apparmor_status.md
│ ├── apport-bug.md
│ ├── apt-add-repository.md
│ ├── apt-cache.md
│ ├── apt-clone.md
│ ├── apt-file.md
│ ├── apt-get.md
│ ├── apt-key.md
│ ├── apt-mark.md
│ ├── apt-moo.md
│ ├── apt.md
│ ├── aptitude.md
│ ├── apx-pkgmanagers.md
│ ├── apx-stacks.md
│ ├── apx-subsystems.md
│ ├── apx.md
│ ├── arch-chroot.md
│ ├── archey.md
│ ├── archinstall.md
│ ├── archivemount.md
│ ├── archlinux-java.md
│ ├── arecord.md
│ ├── arithmetic.md
│ ├── ark.md
│ ├── arpaname.md
│ ├── arpspoof.md
│ ├── as.md
│ ├── ascii.md
│ ├── asciiart.md
│ ├── asterisk.md
│ ├── atool.md
│ ├── atop.md
│ ├── audit2allow.md
│ ├── auditctl.md
│ ├── aur.md
│ ├── aura.md
│ ├── auracle.md
│ ├── aurman.md
│ ├── aurpublish.md
│ ├── aurvote.md
│ ├── ausyscall.md
│ ├── authconfig.md
│ ├── auto-cpufreq.md
│ ├── autopkgtest.md
│ ├── autorandr.md
│ ├── autorecon.md
│ ├── avahi-browse.md
│ ├── avahi-resolve.md
│ ├── avifenc.md
│ ├── backlight_control.md
│ ├── balooctl.md
│ ├── batcat.md
│ ├── battop.md
│ ├── bcachefs-device.md
│ ├── bcachefs.md
│ ├── bchunk.md
│ ├── beep.md
│ ├── betterdiscordctl.md
│ ├── betterlockscreen.md
│ ├── bitwise.md
│ ├── blastn.md
│ ├── blastp.md
│ ├── bleachbit.md
│ ├── blight.md
│ ├── blkdiscard.md
│ ├── blkid.md
│ ├── blkpr.md
│ ├── blockdev.md
│ ├── bluebuild.md
│ ├── bluetoothctl.md
│ ├── bluetoothd.md
│ ├── blurlock.md
│ ├── bmon.md
│ ├── boltctl.md
│ ├── bootc-switch.md
│ ├── bootc.md
│ ├── bootctl.md
│ ├── bpftool.md
│ ├── bpftrace.md
│ ├── br.md
│ ├── braa.md
│ ├── brctl.md
│ ├── brightnessctl.md
│ ├── broot.md
│ ├── bspc.md
│ ├── bspwm.md
│ ├── btrbk.md
│ ├── btrfs-balance.md
│ ├── btrfs-check.md
│ ├── btrfs-device.md
│ ├── btrfs-filesystem.md
│ ├── btrfs-inspect-internal.md
│ ├── btrfs-property.md
│ ├── btrfs-rescue.md
│ ├── btrfs-restore.md
│ ├── btrfs-scrub.md
│ ├── btrfs-subvolume.md
│ ├── btrfs-version.md
│ ├── btrfs.md
│ ├── bully.md
│ ├── burpsuite.md
│ ├── busctl.md
│ ├── bwa.md
│ ├── bwrap.md
│ ├── byzanz-record.md
│ ├── cacaclock.md
│ ├── cacademo.md
│ ├── cacafire.md
│ ├── cacaview.md
│ ├── caffeinate.md
│ ├── caffeine-indicator.md
│ ├── caffeine.md
│ ├── caja.md
│ ├── cal.md
│ ├── calcurse.md
│ ├── cam.md
│ ├── cat.md
│ ├── cbatticon.md
│ ├── cc.md
│ ├── cdrdao.md
│ ├── ceph.md
│ ├── certbot.md
│ ├── cewl.md
│ ├── cfdisk.md
│ ├── cgclassify.md
│ ├── cgcreate.md
│ ├── cgexec.md
│ ├── cgroups.md
│ ├── chage.md
│ ├── chat.md
│ ├── chattr.md
│ ├── chcon.md
│ ├── chcpu.md
│ ├── check-dfsg-status.md
│ ├── check-language-support.md
│ ├── check-support-status.md
│ ├── checkinstall.md
│ ├── checkupdates-aur.md
│ ├── checkupdates.md
│ ├── chfn.md
│ ├── chkconfig.md
│ ├── chntpw.md
│ ├── choom.md
│ ├── chpasswd.md
│ ├── chronyc.md
│ ├── chrt.md
│ ├── chsh.md
│ ├── cloud-init.md
│ ├── cmus.md
│ ├── cockpit-bridge.md
│ ├── cockpit-desktop.md
│ ├── cockpit-tls.md
│ ├── cockpit-ws.md
│ ├── cointop.md
│ ├── collectd.md
│ ├── colrm.md
│ ├── compose.md
│ ├── compress.md
│ ├── compseq.md
│ ├── compsize.md
│ ├── conky.md
│ ├── conntrack.md
│ ├── coproc.md
│ ├── coredumpctl.md
│ ├── cp.md
│ ├── cpufreq-aperf.md
│ ├── cpufreq-info.md
│ ├── cpufreq-set.md
│ ├── cpuid.md
│ ├── cpulimit.md
│ ├── cpupower.md
│ ├── create_ap.md
│ ├── createrepo.md
│ ├── cryptcat.md
│ ├── cryptsetup-luksformat.md
│ ├── cryptsetup-open.md
│ ├── cryptsetup.md
│ ├── csplit.md
│ ├── ctop.md
│ ├── ctr.md
│ ├── ctrlaltdel.md
│ ├── cu.md
│ ├── curlie.md
│ ├── cuyo.md
│ ├── daemon.md
│ ├── daemonize.md
│ ├── darling.md
│ ├── datamash.md
│ ├── dbclient.md
│ ├── dbus-daemon.md
│ ├── dconf-read.md
│ ├── dconf-reset.md
│ ├── dconf-write.md
│ ├── dconf.md
│ ├── dd.md
│ ├── ddcutil.md
│ ├── ddrescue.md
│ ├── deb-get.md
│ ├── debchange.md
│ ├── debman.md
│ ├── debootstrap.md
│ ├── deborphan.md
│ ├── debsecan.md
│ ├── debtap.md
│ ├── debugfs.md
│ ├── debuginfod-find.md
│ ├── debuild.md
│ ├── delpart.md
│ ├── deluser.md
│ ├── dex.md
│ ├── df.md
│ ├── dget.md
│ ├── dhcpcd.md
│ ├── dialog.md
│ ├── diff3.md
│ ├── diffimg.md
│ ├── dir.md
│ ├── dirb.md
│ ├── dirbuster.md
│ ├── distrobox-create.md
│ ├── distrobox-enter.md
│ ├── distrobox-export.md
│ ├── distrobox-host-exec.md
│ ├── distrobox-list.md
│ ├── distrobox-rm.md
│ ├── distrobox-stop.md
│ ├── distrobox-upgrade.md
│ ├── distrobox.md
│ ├── dkms.md
│ ├── dm-tool.md
│ ├── dmenu.md
│ ├── dmesg.md
│ ├── dmidecode.md
│ ├── dnf-config-manager.md
│ ├── dnf-group.md
│ ├── dnf.md
│ ├── dnf5-group.md
│ ├── dnf5.md
│ ├── dnsdomainname.md
│ ├── dnsmap.md
│ ├── dnsrecon.md
│ ├── dnstracer.md
│ ├── do-release-upgrade.md
│ ├── dockerd.md
│ ├── dolphin.md
│ ├── dos2unix.md
│ ├── dphys-swapfile.md
│ ├── dpigs.md
│ ├── dpkg-deb.md
│ ├── dpkg-query.md
│ ├── dpkg-reconfigure.md
│ ├── dpkg.md
│ ├── dracut.md
│ ├── drawing.md
│ ├── dropbearconvert.md
│ ├── dropbearkey.md
│ ├── dstat.md
│ ├── duc.md
│ ├── dump.exfat.md
│ ├── dumpe2fs.md
│ ├── dunstctl.md
│ ├── dunstify.md
│ ├── duperemove.md
│ ├── dysk.md
│ ├── e2freefrag.md
│ ├── e2fsck.md
│ ├── e2image.md
│ ├── e2label.md
│ ├── e2undo.md
│ ├── e4defrag.md
│ ├── ebuild.md
│ ├── eclean.md
│ ├── edit.md
│ ├── edquota.md
│ ├── efibootmgr.md
│ ├── eglinfo.md
│ ├── ego.md
│ ├── einfo.md
│ ├── eix.md
│ ├── eject.md
│ ├── elink.md
│ ├── emerge.md
│ ├── engrampa.md
│ ├── enum4linux.md
│ ├── envycontrol.md
│ ├── eopkg.md
│ ├── equery.md
│ ├── esa-snap.md
│ ├── esearch.md
│ ├── eselect-kernel.md
│ ├── eselect-locale.md
│ ├── eselect-news.md
│ ├── eselect-profile.md
│ ├── eselect-repository.md
│ ├── eselect.md
│ ├── etckeeper.md
│ ├── ethtool.md
│ ├── eu-readelf.md
│ ├── euse.md
│ ├── evtest.md
│ ├── eww.md
│ ├── exch.md
│ ├── exec.md
│ ├── exif.md
│ ├── exiqgrep.md
│ ├── expect.md
│ ├── export.md
│ ├── extrace.md
│ ├── extrepo.md
│ ├── extundelete.md
│ ├── eyed3.md
│ ├── f5fpc.md
│ ├── factorio.md
│ ├── fadvise.md
│ ├── fail2ban-client.md
│ ├── faillock.md
│ ├── fakeroot.md
│ ├── faketime.md
│ ├── fallocate.md
│ ├── farge.md
│ ├── fatlabel.md
│ ├── fatrace.md
│ ├── fcrackzip.md
│ ├── fdisk.md
│ ├── feedreader.md
│ ├── file-rename.md
│ ├── filefrag.md
│ ├── finch.md
│ ├── fincore.md
│ ├── findfs.md
│ ├── findmnt.md
│ ├── firejail.md
│ ├── firewall-cmd.md
│ ├── fixfiles.md
│ ├── flameshot.md
│ ├── flash.md
│ ├── flashrom.md
│ ├── flatpak-builder.md
│ ├── flatpak-mask.md
│ ├── flatpak-remote-info.md
│ ├── flatpak-run.md
│ ├── flatpak-update.md
│ ├── flatpak.md
│ ├── fluidsynth.md
│ ├── fold.md
│ ├── foreman.md
│ ├── fprintd-delete.md
│ ├── fprintd-enroll.md
│ ├── fprintd-list.md
│ ├── fprintd-verify.md
│ ├── fprintd.md
│ ├── fpsync.md
│ ├── free.md
│ ├── fsck.md
│ ├── fscrypt.md
│ ├── fstrim.md
│ ├── fuser.md
│ ├── fwconsole.md
│ ├── fwupdmgr.md
│ ├── gbp.md
│ ├── gcov.md
│ ├── gcrane-completion.md
│ ├── gdebi.md
│ ├── gedit.md
│ ├── genfstab.md
│ ├── genie.md
│ ├── genisoimage.md
│ ├── genkernel.md
│ ├── getcap.md
│ ├── getconf.md
│ ├── getenforce.md
│ ├── getent.md
│ ├── getfacl.md
│ ├── getfattr.md
│ ├── getopt.md
│ ├── getsebool.md
│ ├── gif2webp.md
│ ├── gio-trash.md
│ ├── gnome-calculator.md
│ ├── gnome-extensions.md
│ ├── gnome-screenshot.md
│ ├── gnome-software.md
│ ├── gnome-terminal.md
│ ├── goaccess.md
│ ├── goldeneye.py.md
│ ├── goobook.md
│ ├── google-chrome-stable.md
│ ├── gpasswd.md
│ ├── gpclient.md
│ ├── grim.md
│ ├── groupadd.md
│ ├── groupdel.md
│ ├── groupmod.md
│ ├── growpart.md
│ ├── grub-bios-setup.md
│ ├── grub-editenv.md
│ ├── grub-file.md
│ ├── grub-install.md
│ ├── grub-mkconfig.md
│ ├── grub-reboot.md
│ ├── grub-script-check.md
│ ├── grub-set-default.md
│ ├── grub2-mkpasswd-pbkdf2.md
│ ├── grubby.md
│ ├── gs.md
│ ├── gsettings.md
│ ├── gtk-launch.md
│ ├── guake.md
│ ├── guix-package.md
│ ├── gummy.md
│ ├── gzexe.md
│ ├── halt.md
│ ├── handlr.md
│ ├── hardinfo.md
│ ├── hcitool.md
│ ├── hdparm.md
│ ├── head.md
│ ├── hlint.md
│ ├── homectl.md
│ ├── homeshick.md
│ ├── hostnamectl.md
│ ├── htpdate.md
│ ├── http-prompt.md
│ ├── http_load.md
│ ├── hwclock.md
│ ├── hwinfo.md
│ ├── hyprctl.md
│ ├── hyprpm.md
│ ├── i3-scrot.md
│ ├── i3.md
│ ├── i386.md
│ ├── i3exit.md
│ ├── i3lock.md
│ ├── i3status.md
│ ├── i7z.md
│ ├── ico.md
│ ├── id3v2.md
│ ├── ifdown.md
│ ├── ifmetric.md
│ ├── ifstat.md
│ ├── ifstatus.md
│ ├── iftop.md
│ ├── ifup.md
│ ├── ikaros.md
│ ├── img2txt.md
│ ├── img2webp.md
│ ├── imgp.md
│ ├── imv.md
│ ├── informant.md
│ ├── init.md
│ ├── inotifywait.md
│ ├── insmod.md
│ ├── instaloader.md
│ ├── inxi.md
│ ├── ionice.md
│ ├── iostat.md
│ ├── ip-address.md
│ ├── ip-link.md
│ ├── ip-maddress.md
│ ├── ip-neighbour.md
│ ├── ip-route-get.md
│ ├── ip-route-list.md
│ ├── ip-route-show.md
│ ├── ip-route.md
│ ├── ip-rule.md
│ ├── ip.md
│ ├── ip6tables-restore.md
│ ├── ip6tables-save.md
│ ├── ip6tables.md
│ ├── ipcalc.md
│ ├── ipcmk.md
│ ├── ipcrm.md
│ ├── ipcs.md
│ ├── ipset.md
│ ├── iptables-restore.md
│ ├── iptables-save.md
│ ├── iptables.md
│ ├── isoinfo.md
│ ├── isosize.md
│ ├── iw-dev.md
│ ├── iw.md
│ ├── iwconfig.md
│ ├── iwctl.md
│ ├── iwlist.md
│ ├── jhead.md
│ ├── jobs.md
│ ├── journalctl.md
│ ├── jpegtran.md
│ ├── just.js.md
│ ├── kde-builder.md
│ ├── kde-inhibit.md
│ ├── kdesrc-build.md
│ ├── kdialog.md
│ ├── kdocker.md
│ ├── kernel-install.md
│ ├── kexec.md
│ ├── keyctl.md
│ ├── kill.md
│ ├── killall.md
│ ├── kjv.md
│ ├── kmod.md
│ ├── knock.md
│ ├── knockd.md
│ ├── konsave.md
│ ├── konsole.md
│ ├── kpackagetool5.md
│ ├── kpackagetool6.md
│ ├── kpartx.md
│ ├── kreadconfig5.md
│ ├── krfb-virtualmonitor.md
│ ├── kscreen-console.md
│ ├── kscreen-doctor.md
│ ├── ksvgtopng5.md
│ ├── kwallet-query.md
│ ├── kwrite.md
│ ├── kwriteconfig5.md
│ ├── laptop-detect.md
│ ├── larasail.md
│ ├── last.md
│ ├── lastb.md
│ ├── lastlog.md
│ ├── latte-dock.md
│ ├── lbu.md
│ ├── lchage.md
│ ├── lci.md
│ ├── ldapdomaindump.md
│ ├── ldconfig.md
│ ├── ldd.md
│ ├── lddd.md
│ ├── ledctl.md
│ ├── legit.md
│ ├── lex.md
│ ├── lftp.md
│ ├── libinput.md
│ ├── libtool.md
│ ├── libtoolize.md
│ ├── libuser-lid.md
│ ├── lid.md
│ ├── light.md
│ ├── line.md
│ ├── links.md
│ ├── links2.md
│ ├── linux32.md
│ ├── linux64.md
│ ├── lnav.md
│ ├── lndir.md
│ ├── loadkeys.md
│ ├── locale.md
│ ├── localectl.md
│ ├── locate.md
│ ├── login.md
│ ├── loginctl.md
│ ├── logread.md
│ ├── logrotate.md
│ ├── logsave.md
│ ├── logwatch.md
│ ├── look.md
│ ├── lookandfeeltool.md
│ ├── losetup.md
│ ├── lrunzip.md
│ ├── lrzip.md
│ ├── lrztar.md
│ ├── lrzuntar.md
│ ├── lsattr.md
│ ├── lsb_release.md
│ ├── lsblk.md
│ ├── lscpu.md
│ ├── lsfd.md
│ ├── lshw.md
│ ├── lsinitrd.md
│ ├── lsipc.md
│ ├── lslocks.md
│ ├── lslogins.md
│ ├── lsmod.md
│ ├── lsns.md
│ ├── lspci.md
│ ├── lsscsi.md
│ ├── lsusb.md
│ ├── ltrace.md
│ ├── lvcreate.md
│ ├── lvdisplay.md
│ ├── lvextend.md
│ ├── lvm.md
│ ├── lvreduce.md
│ ├── lvremove.md
│ ├── lvresize.md
│ ├── lvs.md
│ ├── lxc-create.md
│ ├── lxc-ls.md
│ ├── lxc-network.md
│ ├── lxc-profile.md
│ ├── lxc.md
│ ├── lxi.md
│ ├── lxterminal.md
│ ├── lynis.md
│ ├── lz.md
│ ├── mac2unix.md
│ ├── macchanger.md
│ ├── machinectl.md
│ ├── maim.md
│ ├── makepkg.md
│ ├── man.md
│ ├── mandb.md
│ ├── manpath.md
│ ├── mashtree.md
│ ├── matchpathcon.md
│ ├── mate-about.md
│ ├── mate-calc-cmd.md
│ ├── mate-calc.md
│ ├── mate-screenshot.md
│ ├── mate-search-tool.md
│ ├── mbw.md
│ ├── mcookie.md
│ ├── mdadm.md
│ ├── mdbook.md
│ ├── mediamtx.md
│ ├── megadl.md
│ ├── megatools-dl.md
│ ├── mesg.md
│ ├── microcom.md
│ ├── mimetype.md
│ ├── minicom.md
│ ├── mke2fs.md
│ ├── mkfs.bcachefs.md
│ ├── mkfs.btrfs.md
│ ├── mkfs.cramfs.md
│ ├── mkfs.erofs.md
│ ├── mkfs.exfat.md
│ ├── mkfs.ext4.md
│ ├── mkfs.f2fs.md
│ ├── mkfs.fat.md
│ ├── mkfs.md
│ ├── mkfs.minix.md
│ ├── mkfs.ntfs.md
│ ├── mkfs.vfat.md
│ ├── mkfs.xfs.md
│ ├── mkhomedir_helper.md
│ ├── mkinitcpio.md
│ ├── mkisofs.md
│ ├── mklost+found.md
│ ├── mknod.md
│ ├── mkosi.md
│ ├── mksquashfs.md
│ ├── mkswap.md
│ ├── mktemp.md
│ ├── mlabel.md
│ ├── mmcli.md
│ ├── mmdebstrap.md
│ ├── mocp.md
│ ├── modinfo.md
│ ├── modprobe.md
│ ├── module.md
│ ├── mokutil.md
│ ├── mono.md
│ ├── mons.md
│ ├── mopac.md
│ ├── more.md
│ ├── mount.cifs.md
│ ├── mount.ddi.md
│ ├── mount.smb3.md
│ ├── mountpoint.md
│ ├── mpg123.md
│ ├── mpicc.md
│ ├── mpstat.md
│ ├── mssh.md
│ ├── mt.md
│ ├── mycli.md
│ ├── nala.md
│ ├── namcap.md
│ ├── named.md
│ ├── namei.md
│ ├── nautilus.md
│ ├── navi.md
│ ├── ncal.md
│ ├── ncat.md
│ ├── ndctl.md
│ ├── needrestart.md
│ ├── nemo.md
│ ├── nethogs.md
│ ├── netselect-apt.md
│ ├── netselect.md
│ ├── networkctl.md
│ ├── newgrp.md
│ ├── nft.md
│ ├── nitch.md
│ ├── nitrogen.md
│ ├── nixos-container.md
│ ├── nixos-option.md
│ ├── nixos-rebuild.md
│ ├── nl.md
│ ├── nm-online.md
│ ├── nmcli-agent.md
│ ├── nmcli-connection.md
│ ├── nmcli-device.md
│ ├── nmcli-general.md
│ ├── nmcli-monitor.md
│ ├── nmcli-networking.md
│ ├── nmcli-radio.md
│ ├── nmcli.md
│ ├── nmon.md
│ ├── nmtui-connect.md
│ ├── nmtui-edit.md
│ ├── nmtui-hostname.md
│ ├── nmtui.md
│ ├── nologin.md
│ ├── nordvpn.md
│ ├── notify-send.md
│ ├── nova.md
│ ├── nsenter.md
│ ├── nsnake.md
│ ├── nsxiv.md
│ ├── ntfsfix.md
│ ├── ntpd.md
│ ├── ntpdate.md
│ ├── ntpq.md
│ ├── numactl.md
│ ├── numlockx.md
│ ├── obabel.md
│ ├── objcopy.md
│ ├── oomctl.md
│ ├── openfortivpn.md
│ ├── openrc.md
│ ├── openvpn3.md
│ ├── opera-stable.md
│ ├── opkg.md
│ ├── optimus-manager.md
│ ├── ostree.md
│ ├── pacaur.md
│ ├── paccache.md
│ ├── pacdiff.md
│ ├── pacgraph.md
│ ├── pacman-d.md
│ ├── pacman-database.md
│ ├── pacman-deptest.md
│ ├── pacman-f.md
│ ├── pacman-files.md
│ ├── pacman-key.md
│ ├── pacman-mirrors.md
│ ├── pacman-q.md
│ ├── pacman-query.md
│ ├── pacman-r.md
│ ├── pacman-remove.md
│ ├── pacman-s.md
│ ├── pacman-sync.md
│ ├── pacman-t.md
│ ├── pacman-u.md
│ ├── pacman-upgrade.md
│ ├── pacman.md
│ ├── pacman4console.md
│ ├── pacstall.md
│ ├── pacstrap.md
│ ├── pactree.md
│ ├── pamac.md
│ ├── parted-interactive.md
│ ├── parted.md
│ ├── partprobe.md
│ ├── partx.md
│ ├── paru.md
│ ├── pasuspender.md
│ ├── patool.md
│ ├── paxs.md
│ ├── pct.md
│ ├── pdbedit.md
│ ├── pdfattach.md
│ ├── pdfcrop.md
│ ├── pdfdetach.md
│ ├── pdftohtml.md
│ ├── pdftoppm.md
│ ├── pdfxup.md
│ ├── perf.md
│ ├── perl-rename.md
│ ├── pg.md
│ ├── phar.md
│ ├── photorec.md
│ ├── phpdismod.md
│ ├── phpenmod.md
│ ├── phpquery.md
│ ├── physlock.md
│ ├── pi.md
│ ├── picom.md
│ ├── pidof.md
│ ├── pidstat.md
│ ├── pihole.md
│ ├── pinout.md
│ ├── pipewire.md
│ ├── pivpn.md
│ ├── pkcon.md
│ ├── pkgadd.md
│ ├── pkgctl-auth.md
│ ├── pkgctl-build.md
│ ├── pkgctl-db-update.md
│ ├── pkgctl-diff.md
│ ├── pkgctl-release.md
│ ├── pkgctl-repo.md
│ ├── pkgctl.md
│ ├── pkgfile.md
│ ├── pkginfo.md
│ ├── pkgmk.md
│ ├── pkgrm.md
│ ├── plasma-apply-colorscheme.md
│ ├── plasma-apply-cursortheme.md
│ ├── plasma-apply-desktoptheme.md
│ ├── plasma-apply-lookandfeel.md
│ ├── plasma-apply-wallpaperimage.md
│ ├── plasmashell.md
│ ├── playerctl.md
│ ├── pluma.md
│ ├── pmap.md
│ ├── pmount.md
│ ├── pngcheck.md
│ ├── po4a-gettextize.md
│ ├── po4a-translate.md
│ ├── po4a-updatepo.md
│ ├── po4a.md
│ ├── portablectl.md
│ ├── portageq.md
│ ├── ports.md
│ ├── postconf.md
│ ├── postfix.md
│ ├── poweroff.md
│ ├── powerprofilesctl.md
│ ├── powerstat.md
│ ├── powertop.md
│ ├── prename.md
│ ├── pridecat.md
│ ├── prime-run.md
│ ├── print.md
│ ├── prlimit.md
│ ├── pro.md
│ ├── proctl.md
│ ├── protontricks.md
│ ├── protonvpn-connect.md
│ ├── protonvpn.md
│ ├── prt-get.md
│ ├── pstoedit.md
│ ├── pstree.md
│ ├── ptx.md
│ ├── pulseaudio.md
│ ├── pvcreate.md
│ ├── pvdisplay.md
│ ├── pve-firewall.md
│ ├── pvecm.md
│ ├── pveperf.md
│ ├── pveversion.md
│ ├── pvremove.md
│ ├── pvs.md
│ ├── pvscan.md
│ ├── pw-cat.md
│ ├── pw-cli.md
│ ├── pw-config.md
│ ├── pw-dot.md
│ ├── pw-dump.md
│ ├── pw-link.md
│ ├── pw-loopback.md
│ ├── pw-metadata.md
│ ├── pw-mon.md
│ ├── pw-play.md
│ ├── pw-profiler.md
│ ├── pw-record.md
│ ├── pw-top.md
│ ├── pwdx.md
│ ├── pwn.md
│ ├── pyrit.md
│ ├── qjoypad.md
│ ├── qm-cleanup.md
│ ├── qm-clone.md
│ ├── qm-cloud-init.md
│ ├── qm-cloudinit-dump.md
│ ├── qm-config.md
│ ├── qm-create.md
│ ├── qm-delsnapshot.md
│ ├── qm-destroy.md
│ ├── qm-disk-import.md
│ ├── qm-disk-move.md
│ ├── qm-disk-resize.md
│ ├── qm-guest-cmd.md
│ ├── qm-guest-exec-status.md
│ ├── qm-guest-exec.md
│ ├── qm-guest-passwd.md
│ ├── qm-help.md
│ ├── qm-import-disk.md
│ ├── qm-list.md
│ ├── qm-listsnapshot.md
│ ├── qm-migrate.md
│ ├── qm-monitor.md
│ ├── qm-move-disk.md
│ ├── qm-move_disk.md
│ ├── qm-mtunnel.md
│ ├── qm-nbdstop.md
│ ├── qm-pending.md
│ ├── qm-reboot.md
│ ├── qm-rescan.md
│ ├── qm-reset.md
│ ├── qm-resize.md
│ ├── qm-resume.md
│ ├── qm-rollback.md
│ ├── qm-sendkey.md
│ ├── qm-showcmd.md
│ ├── qm-shutdown.md
│ ├── qm-snapshot.md
│ ├── qm-start.md
│ ├── qm-status.md
│ ├── qm-stop.md
│ ├── qm-suspend.md
│ ├── qm-template.md
│ ├── qm-unlock.md
│ ├── qm-vncproxy.md
│ ├── qm-wait.md
│ ├── qm.md
│ ├── qmake.md
│ ├── qmrestore.md
│ ├── qrcp.md
│ ├── qsub.md
│ ├── qtchooser.md
│ ├── qtile.md
│ ├── quickemu.md
│ ├── quickget.md
│ ├── quotacheck.md
│ ├── radeontop.md
│ ├── rankmirrors.md
│ ├── raspi-config.md
│ ├── raspinfo.md
│ ├── raw.md
│ ├── rc-service.md
│ ├── rc-status.md
│ ├── rc-update.md
│ ├── rcp.md
│ ├── rdesktop.md
│ ├── readcd.md
│ ├── readelf.md
│ ├── readpe.md
│ ├── reboot.md
│ ├── reflector.md
│ ├── register_new_matrix_user.md
│ ├── rename.md
│ ├── renice.md
│ ├── repo-add.md
│ ├── repo-remove.md
│ ├── reportbug.md
│ ├── repquota.md
│ ├── reptyr.md
│ ├── reset.md
│ ├── resize2fs.md
│ ├── resolvectl.md
│ ├── resolveip.md
│ ├── restorecon.md
│ ├── retroarch.md
│ ├── rexec.md
│ ├── rfkill.md
│ ├── rig.md
│ ├── ripmime.md
│ ├── rkhunter.md
│ ├── rlogin.md
│ ├── rm.md
│ ├── rmdir.md
│ ├── rmmod.md
│ ├── rofi.md
│ ├── rolldice.md
│ ├── rpcclient.md
│ ├── rpcinfo.md
│ ├── rpi-eeprom-update.md
│ ├── rpi-otp-private-key.md
│ ├── rpicam-hello.md
│ ├── rpicam-jpeg.md
│ ├── rpicam-raw.md
│ ├── rpicam-still.md
│ ├── rpicam-vid.md
│ ├── rpm-ostree.md
│ ├── rpm.md
│ ├── rpm2cpio.md
│ ├── rpmbuild.md
│ ├── rpmconf.md
│ ├── rpmspec.md
│ ├── rsh.md
│ ├── rspamc.md
│ ├── rtcwake.md
│ ├── rtorrent.md
│ ├── ruget.md
│ ├── run-mailcap.md
│ ├── run0.md
│ ├── runcon.md
│ ├── runlim.md
│ ├── runuser.md
│ ├── rusnapshot.md
│ ├── sa.md
│ ├── sacct.md
│ ├── sacctmgr.md
│ ├── salloc.md
│ ├── sam.md
│ ├── sar.md
│ ├── sattach.md
│ ├── sbatch.md
│ ├── sbcast.md
│ ├── sbctl.md
│ ├── scancel.md
│ ├── scanimage.md
│ ├── schroot.md
│ ├── scontrol.md
│ ├── screenkey.md
│ ├── script.md
│ ├── scriptlive.md
│ ├── scriptreplay.md
│ ├── scrontab.md
│ ├── scrot.md
│ ├── sdiag.md
│ ├── secon.md
│ ├── secret-tool.md
│ ├── sed.md
│ ├── see.md
│ ├── semanage-boolean.md
│ ├── semanage-fcontext.md
│ ├── semanage-permissive.md
│ ├── semanage-port.md
│ ├── semanage.md
│ ├── sensible-browser.md
│ ├── sensible-editor.md
│ ├── sensors.md
│ ├── service.md
│ ├── sestatus.md
│ ├── setcap.md
│ ├── setenforce.md
│ ├── setfacl.md
│ ├── setfattr.md
│ ├── setsebool.md
│ ├── setserial.md
│ ├── setsid.md
│ ├── setxkbmap.md
│ ├── sfdisk.md
│ ├── sfill.md
│ ├── sh5util.md
│ ├── shar.md
│ ├── sherlock.md
│ ├── shiny-mirrors.md
│ ├── shnsplit.md
│ ├── shntool-split.md
│ ├── showkey.md
│ ├── shutdown.md
│ ├── sic.md
│ ├── silentcast.md
│ ├── sinfo.md
│ ├── size.md
│ ├── slapt-get.md
│ ├── slapt-src.md
│ ├── sleep.md
│ ├── slop.md
│ ├── slurmctld.md
│ ├── slurmd.md
│ ├── slurmdbd.md
│ ├── slurmrestd.md
│ ├── slurmstepd.md
│ ├── slurp.md
│ ├── sm.md
│ ├── smbcacls.md
│ ├── smbclient.md
│ ├── smbget.md
│ ├── smbmap.md
│ ├── smbnetfs.md
│ ├── smbpasswd.md
│ ├── smem.md
│ ├── snake4.md
│ ├── snake4scores.md
│ ├── snap.md
│ ├── snapper.md
│ ├── sockstat.md
│ ├── speaker-test.md
│ ├── spectre-meltdown-checker.md
│ ├── speedometer.md
│ ├── speedread.md
│ ├── spi.md
│ ├── sport.md
│ ├── sprio.md
│ ├── sqfscat.md
│ ├── sqfstar.md
│ ├── squeue.md
│ ├── sreport.md
│ ├── srun.md
│ ├── ss.md
│ ├── sshare.md
│ ├── sslstrip.md
│ ├── sstat.md
│ ├── st.md
│ ├── startx.md
│ ├── steamos-add-to-steam.md
│ ├── steamos-chroot.md
│ ├── steamos-dump-info.md
│ ├── steamos-readonly.md
│ ├── steamos-session-select.md
│ ├── steamos-update.md
│ ├── steghide.md
│ ├── stegsnow.md
│ ├── strace.md
│ ├── stress.md
│ ├── strigger.md
│ ├── strip.md
│ ├── sview.md
│ ├── swaks.md
│ ├── swaplabel.md
│ ├── swapoff.md
│ ├── swapon.md
│ ├── swaybg.md
│ ├── swayidle.md
│ ├── swaylock.md
│ ├── switch_root.md
│ ├── swupd.md
│ ├── swww.md
│ ├── sxiv.md
│ ├── synopkg.md
│ ├── synoupgrade.md
│ ├── sysctl.md
│ ├── sysdig.md
│ ├── systemctl-reboot.md
│ ├── systemctl.md
│ ├── systemd-ac-power.md
│ ├── systemd-analyze.md
│ ├── systemd-ask-password.md
│ ├── systemd-cat.md
│ ├── systemd-cgls.md
│ ├── systemd-cgtop.md
│ ├── systemd-confext.md
│ ├── systemd-creds.md
│ ├── systemd-cryptenroll.md
│ ├── systemd-cryptsetup.md
│ ├── systemd-delta.md
│ ├── systemd-detect-virt.md
│ ├── systemd-dissect.md
│ ├── systemd-escape.md
│ ├── systemd-firstboot.md
│ ├── systemd-hwdb.md
│ ├── systemd-id128.md
│ ├── systemd-inhibit.md
│ ├── systemd-machine-id-setup.md
│ ├── systemd-mount.md
│ ├── systemd-notify.md
│ ├── systemd-nspawn.md
│ ├── systemd-path.md
│ ├── systemd-repart.md
│ ├── systemd-resolve.md
│ ├── systemd-run.md
│ ├── systemd-socket-activate.md
│ ├── systemd-stdio-bridge.md
│ ├── systemd-sysext.md
│ ├── systemd-sysusers.md
│ ├── systemd-tmpfiles.md
│ ├── systemd-tty-ask-password-agent.md
│ ├── systemd-umount.md
│ ├── systool.md
│ ├── tac.md
│ ├── tailf.md
│ ├── talk.md
│ ├── taskset.md
│ ├── tc.md
│ ├── tcpflow.md
│ ├── tcpick.md
│ ├── tcpkill.md
│ ├── tcptraceroute.md
│ ├── telinit.md
│ ├── terminator.md
│ ├── termusic.md
│ ├── terraria.md
│ ├── tftp.md
│ ├── thunar.md
│ ├── tic.md
│ ├── timedatectl.md
│ ├── timeshift.md
│ ├── tlp-stat.md
│ ├── tlp.md
│ ├── tmt-run.md
│ ├── tmt-try.md
│ ├── tmt.md
│ ├── tod.md
│ ├── togglesebool.md
│ ├── toilet.md
│ ├── tomb.md
│ ├── toolbox-create.md
│ ├── toolbox-enter.md
│ ├── toolbox-help.md
│ ├── toolbox-init-container.md
│ ├── toolbox-list.md
│ ├── toolbox-rm.md
│ ├── toolbox-rmi.md
│ ├── toolbox-run.md
│ ├── toolbox.md
│ ├── top.md
│ ├── tor.md
│ ├── torify.md
│ ├── torsocks.md
│ ├── trace-cmd.md
│ ├── tracepath.md
│ ├── trap.md
│ ├── trash.md
│ ├── trashy.md
│ ├── trayer.md
│ ├── treetime.md
│ ├── trizen.md
│ ├── trust.md
│ ├── tshark.md
│ ├── ttyplot.md
│ ├── tune.exfat.md
│ ├── tune2fs.md
│ ├── tuned-adm.md
│ ├── tunelp.md
│ ├── turbostat.md
│ ├── tuxi.md
│ ├── tzselect.md
│ ├── ubuntu-bug.md
│ ├── ubuntu-security-status.md
│ ├── udevadm.md
│ ├── udisksctl.md
│ ├── ufw.md
│ ├── ul.md
│ ├── umount.md
│ ├── uname.md
│ ├── uname26.md
│ ├── uncompress.md
│ ├── unix2dos.md
│ ├── unix2mac.md
│ ├── unmount.md
│ ├── unopkg.md
│ ├── unshadow.md
│ ├── unshare.md
│ ├── unsquashfs.md
│ ├── unzipsfx.md
│ ├── update-alternatives.md
│ ├── update-rc.d.md
│ ├── updatedb.md
│ ├── updpkgsums.md
│ ├── upnpc.md
│ ├── upower.md
│ ├── uprecords.md
│ ├── urpme.md
│ ├── urpmf.md
│ ├── urpmi.addmedia.md
│ ├── urpmi.md
│ ├── urpmi.removemedia.md
│ ├── urpmi.update.md
│ ├── urpmq.md
│ ├── urxvt.md
│ ├── usbip.md
│ ├── useradd.md
│ ├── userdbctl.md
│ ├── userdel.md
│ ├── usermod.md
│ ├── utmpdump.md
│ ├── uuid.md
│ ├── uuidd.md
│ ├── uuidgen.md
│ ├── uuidparse.md
│ ├── uvcdynctrl.md
│ ├── v4l2-ctl.md
│ ├── vcgencmd.md
│ ├── veracrypt.md
│ ├── vgchange.md
│ ├── vgcreate.md
│ ├── vgdisplay.md
│ ├── vgremove.md
│ ├── vgs.md
│ ├── vgscan.md
│ ├── viewnior.md
│ ├── vigr.md
│ ├── vipw.md
│ ├── virt-manager.md
│ ├── virt-viewer.md
│ ├── virt-xml-validate.md
│ ├── virt-xml.md
│ ├── vivaldi-stable.md
│ ├── vkpurge.md
│ ├── vmstat.md
│ ├── vmware-checkvm.md
│ ├── vncserver.md
│ ├── vncviewer.md
│ ├── vnstat.md
│ ├── vnstati.md
│ ├── vpnc.md
│ ├── vrms.md
│ ├── vso.md
│ ├── vzdump.md
│ ├── w.md
│ ├── waitpid.md
│ ├── wajig.md
│ ├── wal-telegram.md
│ ├── wall.md
│ ├── wami.md
│ ├── warpd.md
│ ├── waydroid.md
│ ├── waypipe.md
│ ├── wdctl.md
│ ├── wf-recorder.md
│ ├── wg-quick.md
│ ├── wg.md
│ ├── whatis.md
│ ├── whiptail.md
│ ├── wifi-menu.md
│ ├── wine.md
│ ├── winetricks.md
│ ├── wipefs.md
│ ├── wl-copy.md
│ ├── wl-paste.md
│ ├── wmctrl.md
│ ├── wodim.md
│ ├── woeusb.md
│ ├── wofi.md
│ ├── wol.md
│ ├── wpa_cli.md
│ ├── wpa_passphrase.md
│ ├── wpctl.md
│ ├── wtf.md
│ ├── wtype.md
│ ├── x0vncserver.md
│ ├── x11vnc.md
│ ├── x86_64.md
│ ├── xauth.md
│ ├── xbacklight.md
│ ├── xbps-install.md
│ ├── xbps-query.md
│ ├── xbps-remove.md
│ ├── xbps.md
│ ├── xclip.md
│ ├── xclock.md
│ ├── xcowsay.md
│ ├── xcursorgen.md
│ ├── xdg-desktop-menu.md
│ ├── xdg-mime.md
│ ├── xdg-open.md
│ ├── xdg-settings.md
│ ├── xdg-user-dirs-update.md
│ ├── xdotool.md
│ ├── xed.md
│ ├── xeyes.md
│ ├── xfce4-screenshooter.md
│ ├── xfce4-terminal.md
│ ├── xfreerdp.md
│ ├── xfs_repair.md
│ ├── xinput.md
│ ├── xman.md
│ ├── xmodmap.md
│ ├── xmount.md
│ ├── xrandr.md
│ ├── xrdb.md
│ ├── xsel.md
│ ├── xset.md
│ ├── xsetwacom.md
│ ├── xterm.md
│ ├── xtrlock.md
│ ├── xvfb-run.md
│ ├── xwinwrap.md
│ ├── xxhsum.md
│ ├── yaourt.md
│ ├── yay.md
│ ├── ydotool.md
│ ├── yetris.md
│ ├── yplan.md
│ ├── ytfzf.md
│ ├── yum-config-manager.md
│ ├── yum.md
│ ├── zathura.md
│ ├── zbarcam.md
│ ├── zdump.md
│ ├── zenity.md
│ ├── zforce.md
│ ├── zic.md
│ ├── zile.md
│ ├── zip.md
│ ├── zipsplit.md
│ ├── zramctl.md
│ └── zypper.md
│ ├── netbsd
│ ├── cal.md
│ ├── chfn.md
│ ├── chpass.md
│ ├── chsh.md
│ ├── df.md
│ ├── pkgin.md
│ ├── sed.md
│ └── sockstat.md
│ ├── openbsd
│ ├── cal.md
│ ├── chfn.md
│ ├── chpass.md
│ ├── chsh.md
│ ├── df.md
│ ├── pkg.md
│ ├── pkg_add.md
│ ├── pkg_delete.md
│ ├── pkg_info.md
│ └── sed.md
│ ├── osx
│ ├── aa.md
│ ├── afinfo.md
│ ├── afplay.md
│ ├── aiac.md
│ ├── airport.md
│ ├── airportd.md
│ ├── apachectl.md
│ ├── applecamerad.md
│ ├── appsleepd.md
│ ├── arch.md
│ ├── archey.md
│ ├── as.md
│ ├── asr.md
│ ├── autofsd.md
│ ├── automount.md
│ ├── automountd.md
│ ├── autoraise.md
│ ├── auvaltool.md
│ ├── avbdeviced.md
│ ├── backupd.md
│ ├── base64.md
│ ├── bc.md
│ ├── bclm.md
│ ├── biomesyncd.md
│ ├── biometrickitd.md
│ ├── bird.md
│ ├── bless.md
│ ├── bnepd.md
│ ├── brightness.md
│ ├── caffeinate.md
│ ├── cal.md
│ ├── carthage.md
│ ├── cat.md
│ ├── cfprefsd.md
│ ├── chflags.md
│ ├── chpass.md
│ ├── cloudd.md
│ ├── cloudphotod.md
│ ├── codesign.md
│ ├── coreaudiod.md
│ ├── coreautha.md
│ ├── coreauthd.md
│ ├── corebrightnessd.md
│ ├── coredatad.md
│ ├── cot.md
│ ├── csrutil.md
│ ├── csshx.md
│ ├── ctkd.md
│ ├── cut.md
│ ├── dark-mode.md
│ ├── darwin-rebuild.md
│ ├── date.md
│ ├── dd.md
│ ├── defaults.md
│ ├── deleted.md
│ ├── df.md
│ ├── dhcp6d.md
│ ├── diskutil-partitiondisk.md
│ ├── diskutil.md
│ ├── distnoted.md
│ ├── ditto.md
│ ├── dmesg.md
│ ├── dockutil.md
│ ├── dot_clean.md
│ ├── drutil.md
│ ├── dtrace.md
│ ├── du.md
│ ├── duti.md
│ ├── ed.md
│ ├── emond.md
│ ├── fdesetup.md
│ ├── filecoordinationd.md
│ ├── fileicon.md
│ ├── fontd.md
│ ├── fsck.md
│ ├── ftxdiff.md
│ ├── g[.md
│ ├── gawk.md
│ ├── gb2sum.md
│ ├── gbase32.md
│ ├── gbase64.md
│ ├── gbasename.md
│ ├── gbasenc.md
│ ├── gcat.md
│ ├── gchcon.md
│ ├── gchgrp.md
│ ├── gchmod.md
│ ├── gchown.md
│ ├── gchroot.md
│ ├── gcksum.md
│ ├── gcomm.md
│ ├── gcp.md
│ ├── gcrane-completion.md
│ ├── gcsplit.md
│ ├── gcut.md
│ ├── gdate.md
│ ├── gdd.md
│ ├── gdf.md
│ ├── gdir.md
│ ├── gdircolors.md
│ ├── gdirname.md
│ ├── gdnsdomainname.md
│ ├── gecho.md
│ ├── ged.md
│ ├── gegrep.md
│ ├── genv.md
│ ├── getfileinfo.md
│ ├── gexpand.md
│ ├── gexpr.md
│ ├── gfactor.md
│ ├── gfalse.md
│ ├── gfgrep.md
│ ├── gfind.md
│ ├── gfmt.md
│ ├── gfold.md
│ ├── gftp.md
│ ├── ggrep.md
│ ├── ggroups.md
│ ├── ghead.md
│ ├── ghostid.md
│ ├── ghostname.md
│ ├── gid.md
│ ├── gifconfig.md
│ ├── gindent.md
│ ├── ginstall.md
│ ├── gjoin.md
│ ├── gkill.md
│ ├── glibtool.md
│ ├── glibtoolize.md
│ ├── glink.md
│ ├── gln.md
│ ├── glocate.md
│ ├── glogger.md
│ ├── glogname.md
│ ├── gls.md
│ ├── gmake.md
│ ├── gmd5sum.md
│ ├── gmkdir.md
│ ├── gmkfifo.md
│ ├── gmknod.md
│ ├── gmktemp.md
│ ├── gmv.md
│ ├── gnice.md
│ ├── gnl.md
│ ├── gnohup.md
│ ├── gnproc.md
│ ├── gnumfmt.md
│ ├── god.md
│ ├── goku.md
│ ├── gpaste.md
│ ├── gpathchk.md
│ ├── gping.md
│ ├── gping6.md
│ ├── gpinky.md
│ ├── gpr.md
│ ├── gprintenv.md
│ ├── gprintf.md
│ ├── gptx.md
│ ├── gpwd.md
│ ├── grcp.md
│ ├── greadlink.md
│ ├── grealpath.md
│ ├── grexec.md
│ ├── grlogin.md
│ ├── grm.md
│ ├── grmdir.md
│ ├── grsh.md
│ ├── gruncon.md
│ ├── gsed.md
│ ├── gseq.md
│ ├── gsha1sum.md
│ ├── gsha224sum.md
│ ├── gsha256sum.md
│ ├── gsha384sum.md
│ ├── gsha512sum.md
│ ├── gshred.md
│ ├── gshuf.md
│ ├── gsleep.md
│ ├── gsort.md
│ ├── gsplit.md
│ ├── gstat.md
│ ├── gstdbuf.md
│ ├── gstty.md
│ ├── gsum.md
│ ├── gsync.md
│ ├── gtac.md
│ ├── gtail.md
│ ├── gtalk.md
│ ├── gtar.md
│ ├── gtee.md
│ ├── gtelnet.md
│ ├── gtest.md
│ ├── gtftp.md
│ ├── gtime.md
│ ├── gtimeout.md
│ ├── gtouch.md
│ ├── gtr.md
│ ├── gtraceroute.md
│ ├── gtrue.md
│ ├── gtruncate.md
│ ├── gtsort.md
│ ├── gtty.md
│ ├── guname.md
│ ├── gunexpand.md
│ ├── guniq.md
│ ├── gunits.md
│ ├── gunlink.md
│ ├── gupdatedb.md
│ ├── guptime.md
│ ├── gusers.md
│ ├── gvdir.md
│ ├── gwc.md
│ ├── gwhich.md
│ ├── gwho.md
│ ├── gwhoami.md
│ ├── gwhois.md
│ ├── gxargs.md
│ ├── gyes.md
│ ├── hdiutil.md
│ ├── head.md
│ ├── hidd.md
│ ├── icalbuddy.md
│ ├── indent.md
│ ├── internetsharing.md
│ ├── iostat.md
│ ├── ipconfig.md
│ ├── istats.md
│ ├── java_home.md
│ ├── kmutil.md
│ ├── launchctl.md
│ ├── launchd.md
│ ├── lipo.md
│ ├── lldb.md
│ ├── llvm-lipo.md
│ ├── locate.md
│ ├── log.md
│ ├── look.md
│ ├── lpstat.md
│ ├── lsappinfo.md
│ ├── m.md
│ ├── machine.md
│ ├── mas.md
│ ├── mate.md
│ ├── md5.md
│ ├── mdfind.md
│ ├── mdls.md
│ ├── mdutil.md
│ ├── mist.md
│ ├── mktemp.md
│ ├── mysides.md
│ ├── netstat.md
│ ├── nettop.md
│ ├── networkquality.md
│ ├── networksetup.md
│ ├── nfcd.md
│ ├── notifyd.md
│ ├── nvram.md
│ ├── ocspd.md
│ ├── open.md
│ ├── opensnoop.md
│ ├── osascript.md
│ ├── pbcopy.md
│ ├── pbpaste.md
│ ├── photoanalysisd.md
│ ├── photolibraryd.md
│ ├── ping.md
│ ├── pkgutil.md
│ ├── plutil.md
│ ├── pmset.md
│ ├── pod.md
│ ├── port.md
│ ├── ps.md
│ ├── qlmanage.md
│ ├── rargs.md
│ ├── readlink.md
│ ├── reboot.md
│ ├── rename.md
│ ├── route.md
│ ├── safeejectgpu.md
│ ├── say.md
│ ├── screencapture.md
│ ├── scutil.md
│ ├── sdef.md
│ ├── secd.md
│ ├── security.md
│ ├── securityd.md
│ ├── sed.md
│ ├── setfile.md
│ ├── shortcuts.md
│ ├── shuf.md
│ ├── shutdown.md
│ ├── signal.md
│ ├── sips.md
│ ├── sntp.md
│ ├── sntpd.md
│ ├── softwareupdate.md
│ ├── spctl.md
│ ├── split.md
│ ├── spotify.md
│ ├── stat.md
│ ├── sw_vers.md
│ ├── symptomsd.md
│ ├── sysctl.md
│ ├── system_profiler.md
│ ├── systemsetup.md
│ ├── systemsoundserverd.md
│ ├── tag.md
│ ├── tail.md
│ ├── tart.md
│ ├── terminal-notifier.md
│ ├── textutil.md
│ ├── timed.md
│ ├── tmutil.md
│ ├── top.md
│ ├── translationd.md
│ ├── uname.md
│ ├── universalaccessd.md
│ ├── uptime.md
│ ├── usernoted.md
│ ├── uuidgen.md
│ ├── valet.md
│ ├── vm_stat.md
│ ├── vpnd.md
│ ├── w.md
│ ├── wacaw.md
│ ├── warmd.md
│ ├── watchdogd.md
│ ├── watchlistd.md
│ ├── wc.md
│ ├── webinspectord.md
│ ├── whatis.md
│ ├── whence.md
│ ├── wifi-password.md
│ ├── wifivelocityd.md
│ ├── wps.md
│ ├── wwand.md
│ ├── xartstorageremoted.md
│ ├── xattr.md
│ ├── xcode-select.md
│ ├── xcodebuild.md
│ ├── xcodes-runtimes.md
│ ├── xcodes.md
│ ├── xcrun.md
│ ├── xctool.md
│ ├── xed.md
│ ├── xip.md
│ ├── xml2man.md
│ ├── xsand.md
│ ├── xsltproc.md
│ ├── yaa.md
│ └── yabai.md
│ ├── sunos
│ ├── devfsadm.md
│ ├── dmesg.md
│ ├── prctl.md
│ ├── prstat.md
│ ├── snoop.md
│ ├── svcadm.md
│ ├── svccfg.md
│ ├── svcs.md
│ └── truss.md
│ └── windows
│ ├── add-appxpackage.md
│ ├── assoc.md
│ ├── attrib.md
│ ├── azcopy.md
│ ├── bcdboot.md
│ ├── bleachbit.md
│ ├── bleachbit_console.md
│ ├── cd.md
│ ├── certutil.md
│ ├── chdir.md
│ ├── chkdsk.md
│ ├── choco-apikey.md
│ ├── choco-feature.md
│ ├── choco-info.md
│ ├── choco-install.md
│ ├── choco-list.md
│ ├── choco-new.md
│ ├── choco-outdated.md
│ ├── choco-pack.md
│ ├── choco-pin.md
│ ├── choco-push.md
│ ├── choco-search.md
│ ├── choco-source.md
│ ├── choco-uninstall.md
│ ├── choco-upgrade.md
│ ├── choco.md
│ ├── choice.md
│ ├── chrome.md
│ ├── chromium.md
│ ├── cinst.md
│ ├── cipher.md
│ ├── clear-host.md
│ ├── clear-recyclebin.md
│ ├── clear.md
│ ├── clip.md
│ ├── clist.md
│ ├── cls.md
│ ├── cmd.md
│ ├── cmdkey.md
│ ├── cmstp.md
│ ├── color.md
│ ├── comp.md
│ ├── cpush.md
│ ├── cuninst.md
│ ├── curl.md
│ ├── date.md
│ ├── del.md
│ ├── dir.md
│ ├── diskpart.md
│ ├── doskey.md
│ ├── driverquery.md
│ ├── enable-pnpdevice.md
│ ├── es.md
│ ├── eventcreate.md
│ ├── exit.md
│ ├── expand.md
│ ├── explorer.md
│ ├── fc.md
│ ├── find.md
│ ├── findstr.md
│ ├── finger.md
│ ├── fondue.md
│ ├── for.md
│ ├── forfiles.md
│ ├── fsutil.md
│ ├── ftp.md
│ ├── ftype.md
│ ├── gal.md
│ ├── gcrane-completion.md
│ ├── get-acl.md
│ ├── get-alias.md
│ ├── get-childitem.md
│ ├── get-command.md
│ ├── get-content.md
│ ├── get-date.md
│ ├── get-dedupproperties.md
│ ├── get-filehash.md
│ ├── get-help.md
│ ├── get-history.md
│ ├── get-location.md
│ ├── get-wuapiversion.md
│ ├── get-wuhistory.md
│ ├── get-wusettings.md
│ ├── getmac.md
│ ├── gl.md
│ ├── gpupdate.md
│ ├── if.md
│ ├── install-module.md
│ ├── invoke-item.md
│ ├── invoke-webrequest.md
│ ├── ipconfig.md
│ ├── iscc.md
│ ├── iwr.md
│ ├── logoff.md
│ ├── measure-command.md
│ ├── measure-object.md
│ ├── mi.md
│ ├── microsoft-edge.md
│ ├── mkdir.md
│ ├── mklink.md
│ ├── more.md
│ ├── mount.md
│ ├── move-item.md
│ ├── move.md
│ ├── msedge.md
│ ├── msg.md
│ ├── msiexec.md
│ ├── mv.md
│ ├── net.md
│ ├── netsh-interface-portproxy.md
│ ├── netstat.md
│ ├── new-item.md
│ ├── nfsstat.md
│ ├── ni.md
│ ├── nvm.md
│ ├── octo.md
│ ├── ospp.vbs.md
│ ├── out-string.md
│ ├── pabcnetcclear.md
│ ├── path.md
│ ├── pathping.md
│ ├── pipwin.md
│ ├── popd.md
│ ├── powershell.md
│ ├── print.md
│ ├── prompt.md
│ ├── psexec.md
│ ├── psping.md
│ ├── psversiontable.md
│ ├── pswindowsupdate.md
│ ├── pushd.md
│ ├── pwd.md
│ ├── pwlauncher.md
│ ├── pwsh-where.md
│ ├── query.md
│ ├── rd.md
│ ├── rdpsign.md
│ ├── reg-add.md
│ ├── reg-compare.md
│ ├── reg-copy.md
│ ├── reg-delete.md
│ ├── reg-export.md
│ ├── reg-import.md
│ ├── reg-load.md
│ ├── reg-query.md
│ ├── reg-restore.md
│ ├── reg-save.md
│ ├── reg-unload.md
│ ├── reg.md
│ ├── remove-appxpackage.md
│ ├── remove-item.md
│ ├── repair-bde.md
│ ├── replace.md
│ ├── resolve-path.md
│ ├── ri.md
│ ├── rm.md
│ ├── rmdir.md
│ ├── robocopy.md
│ ├── rpcinfo.md
│ ├── sc-config.md
│ ├── sc-create.md
│ ├── sc-delete.md
│ ├── sc-query.md
│ ├── sc.md
│ ├── scoop-bucket.md
│ ├── scoop.md
│ ├── sdelete.md
│ ├── sdelete64.md
│ ├── select-string.md
│ ├── set-acl.md
│ ├── set-date.md
│ ├── set-location.md
│ ├── set-service.md
│ ├── set-volume.md
│ ├── set.md
│ ├── setx.md
│ ├── sfc.md
│ ├── show-markdown.md
│ ├── showmount.md
│ ├── shutdown.md
│ ├── sl.md
│ ├── slmgr.md
│ ├── slmgr.vbs.md
│ ├── sls.md
│ ├── sort-object.md
│ ├── start-service.md
│ ├── stop-service.md
│ ├── subst.md
│ ├── systeminfo.md
│ ├── takeown.md
│ ├── taskkill.md
│ ├── tasklist.md
│ ├── tee-object.md
│ ├── test-json.md
│ ├── test-netconnection.md
│ ├── time.md
│ ├── title.md
│ ├── tracert.md
│ ├── tree.md
│ ├── tskill.md
│ ├── type.md
│ ├── tzutil.md
│ ├── uwfmgr.md
│ ├── vcvarsall.md
│ ├── ver.md
│ ├── virtualboxvm.md
│ ├── vol.md
│ ├── vswhere.md
│ ├── w32tm.md
│ ├── wait-process.md
│ ├── wget.md
│ ├── where-object.md
│ ├── where.md
│ ├── whoami.md
│ ├── winget.md
│ ├── wmic.md
│ ├── wsl-open.md
│ ├── wsl.md
│ └── xcopy.md
├── TLDRTests
├── Info.plist
└── TLDRTests.swift
├── TLDRUITests
├── Info.plist
└── TLDRUITests.swift
├── _config.yml
├── assets
└── tldr_gif.gif
└── fastlane
├── Appfile
├── Deliverfile
├── Fastfile
├── README.md
├── Scanfile
├── Snapfile
├── SnapshotHelper.swift
└── metadata
├── appRating.json
├── copyright.txt
├── en-US
├── description.txt
├── keywords.txt
├── marketing_url.txt
├── name.txt
├── privacy_url.txt
├── release_notes.txt
└── support_url.txt
├── primary_category.txt
├── primary_first_sub_category.txt
├── primary_second_sub_category.txt
├── secondary_category.txt
├── secondary_first_sub_category.txt
└── secondary_second_sub_category.txt
/.ruby-version:
--------------------------------------------------------------------------------
1 | 3.2.3
2 |
--------------------------------------------------------------------------------
/.slather.yml:
--------------------------------------------------------------------------------
1 | coverage_service: coveralls
2 | xcodeproj: TLDR.xcodeproj
3 |
--------------------------------------------------------------------------------
/TLDR.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/120_-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/120_-1.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/120_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/120_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/152_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/152_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/167_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/167_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/180_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/180_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/29_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/29_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/40_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/40_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/58_-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/58_-1.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/58_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/58_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/76_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/76_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/80_-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/80_-1.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/80_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/80_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/87_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/AppIcon.appiconset/87_.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/clearButton.imageset/Trash-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/clearButton.imageset/Trash-100.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/fav.imageset/Star-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/fav.imageset/Star-100.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/favRed.imageset/Star Filled-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/favRed.imageset/Star Filled-100.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/iconInfo.imageset/iconInfo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/iconInfo.imageset/iconInfo.png
--------------------------------------------------------------------------------
/TLDR/Assets/Assets.xcassets/randomButton.imageset/Dice-104.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/freesuraj/TLDR/7a68cfa9aec892d467e13612ac0e4e7f5d3b5c3f/TLDR/Assets/Assets.xcassets/randomButton.imageset/Dice-104.png
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/android/dalvikvm.md:
--------------------------------------------------------------------------------
1 | # dalvikvm
2 |
3 | > Android Java virtual machine.
4 | > More information: .
5 |
6 | - Start a specific Java program:
7 |
8 | `dalvikvm -classpath {{path/to/file.jar}} {{classname}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/android/screencap.md:
--------------------------------------------------------------------------------
1 | # screencap
2 |
3 | > Take a screenshot of a mobile display.
4 | > This command can only be used through `adb shell`.
5 | > More information: .
6 |
7 | - Take a screenshot:
8 |
9 | `screencap {{path/to/file}}`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/..md:
--------------------------------------------------------------------------------
1 | # Dot
2 |
3 | > This command is an alias of `source`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr source`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/adb-devices.md:
--------------------------------------------------------------------------------
1 | # adb devices
2 |
3 | > List connected Android devices.
4 | > More information: .
5 |
6 | - List devices:
7 |
8 | `adb devices`
9 |
10 | - List devices and their system info:
11 |
12 | `adb devices -l`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/adb-disconnect.md:
--------------------------------------------------------------------------------
1 | # adb disconnect
2 |
3 | > This command has been moved to `adb connect`.
4 |
5 | - View documentation for `adb disconnect`:
6 |
7 | `tldr adb connect`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/adb-pair.md:
--------------------------------------------------------------------------------
1 | # adb pair
2 |
3 | > This command has been moved to `adb connect`.
4 |
5 | - View documentation for `adb pair`:
6 |
7 | `tldr adb connect`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/arch.md:
--------------------------------------------------------------------------------
1 | # arch
2 |
3 | > Display the name of the system architecture.
4 | > See also `uname`.
5 | > More information: .
6 |
7 | - Display the system's architecture:
8 |
9 | `arch`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/aria2.md:
--------------------------------------------------------------------------------
1 | # aria2
2 |
3 | > This command is an alias of `aria2c`.
4 |
5 | - View documentation for the updated command:
6 |
7 | `tldr aria2c`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/azure-cli.md:
--------------------------------------------------------------------------------
1 | # azure-cli
2 |
3 | > This command is an alias of `az`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr az`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/bmptoppm.md:
--------------------------------------------------------------------------------
1 | # bmptoppm
2 |
3 | > This command has been superseded by `bmptopnm`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr bmptopnm`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/brave.md:
--------------------------------------------------------------------------------
1 | # brave
2 |
3 | > This command is an alias of `chromium`.
4 | > More information: .
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr chromium`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/builtin.md:
--------------------------------------------------------------------------------
1 | # builtin
2 |
3 | > Execute shell builtins.
4 | > More information: .
5 |
6 | - Run a shell builtin:
7 |
8 | `builtin {{command}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/cargo-uninstall.md:
--------------------------------------------------------------------------------
1 | # cargo uninstall
2 |
3 | > Remove a Rust binary installed using `cargo install`.
4 | > More information: .
5 |
6 | - Remove an installed binary:
7 |
8 | `cargo remove {{package_spec}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/clang-cpp.md:
--------------------------------------------------------------------------------
1 | # clang-cpp
2 |
3 | > This command is an alias of `clang++`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr clang++`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/clojure.md:
--------------------------------------------------------------------------------
1 | # clojure
2 |
3 | > This command is an alias of `clj`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr clj`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/cola.md:
--------------------------------------------------------------------------------
1 | # cola
2 |
3 | > This command is an alias of `git-cola`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr git-cola`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/compare.md:
--------------------------------------------------------------------------------
1 | # compare
2 |
3 | > This command is an alias of `magick compare`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr magick compare`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/conan-frogarian.md:
--------------------------------------------------------------------------------
1 | # conan frogarian
2 |
3 | > Display the conan frogarian.
4 | > More information: .
5 |
6 | - Display the conan frogarian:
7 |
8 | `conan frogarian`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/crane-cp.md:
--------------------------------------------------------------------------------
1 | # crane cp
2 |
3 | > This command is an alias of `crane copy`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr crane copy`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/cron.md:
--------------------------------------------------------------------------------
1 | # cron
2 |
3 | > A system scheduler for running jobs or tasks unattended.
4 | > The command to submit, edit or delete entries to `cron` is called `crontab`.
5 |
6 | - View documentation for managing `cron` entries:
7 |
8 | `tldr crontab`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/cronic.md:
--------------------------------------------------------------------------------
1 | # cronic
2 |
3 | > Bash script for wrapping cron jobs to prevent excess email sending.
4 | > More information: .
5 |
6 | - Call a command and display its output if it returns a non-zero exit code:
7 |
8 | `cronic {{command}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/csvlook.md:
--------------------------------------------------------------------------------
1 | # csvlook
2 |
3 | > Render a CSV file in the console as a fixed-width table.
4 | > Included in csvkit.
5 | > More information: .
6 |
7 | - View a CSV file:
8 |
9 | `csvlook {{data.csv}}`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/docker-container-diff.md:
--------------------------------------------------------------------------------
1 | # docker container diff
2 |
3 | > This command is an alias of `docker diff`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr docker diff`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/docker-container-remove.md:
--------------------------------------------------------------------------------
1 | # docker container remove
2 |
3 | > This command is an alias of `docker rm`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr docker rm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/docker-container-rename.md:
--------------------------------------------------------------------------------
1 | # docker container rename
2 |
3 | > This command is an alias of `docker rename`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr docker rename`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/docker-container-rm.md:
--------------------------------------------------------------------------------
1 | # docker container rm
2 |
3 | > This command is an alias of `docker rm`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr docker rm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/docker-container-top.md:
--------------------------------------------------------------------------------
1 | # docker container top
2 |
3 | > This command is an alias of `docker top`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr docker top`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/dolt-status.md:
--------------------------------------------------------------------------------
1 | # dolt status
2 |
3 | > Display the status of the database session.
4 | > More information: .
5 |
6 | - Display the status:
7 |
8 | `dolt status`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/dolt-version.md:
--------------------------------------------------------------------------------
1 | # dolt version
2 |
3 | > Display the current dolt CLI version.
4 | > More information: .
5 |
6 | - Display version:
7 |
8 | `dolt version`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/elixir.md:
--------------------------------------------------------------------------------
1 | # elixir
2 |
3 | > Elixir programming language interpreter.
4 | > More information: .
5 |
6 | - Run an Elixir file:
7 |
8 | `elixir {{path/to/file}}`
9 |
10 | - Evaluate Elixir code by passing it as an argument:
11 |
12 | `elixir -e "{{code}}"`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/exec.md:
--------------------------------------------------------------------------------
1 | # exec
2 |
3 | > Execute a command without creating a child process.
4 | > More information: .
5 |
6 | - Execute a specific command using the current environment variables:
7 |
8 | `exec {{command -with -flags}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/exit.md:
--------------------------------------------------------------------------------
1 | # exit
2 |
3 | > Exit the shell.
4 | > More information: .
5 |
6 | - Exit with the exit status of the most recently executed command:
7 |
8 | `exit`
9 |
10 | - Exit with a specific exit status:
11 |
12 | `exit {{exit_code}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/false.md:
--------------------------------------------------------------------------------
1 | # false
2 |
3 | > Returns a non-zero exit code.
4 | > More information: .
5 |
6 | - Return a non-zero exit code:
7 |
8 | `false`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/fc-match.md:
--------------------------------------------------------------------------------
1 | # fc-match
2 |
3 | > Match available fonts.
4 | > More information: .
5 |
6 | - Return a sorted list of best matching fonts:
7 |
8 | `fc-match -s '{{DejaVu Serif}}'`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/fg.md:
--------------------------------------------------------------------------------
1 | # fg
2 |
3 | > Run jobs in foreground.
4 | > More information: .
5 |
6 | - Bring most recently suspended or running background job to foreground:
7 |
8 | `fg`
9 |
10 | - Bring a specific job to foreground:
11 |
12 | `fg %{{job_id}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/fossil-ci.md:
--------------------------------------------------------------------------------
1 | # fossil ci
2 |
3 | > This command is an alias of `fossil commit`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr fossil commit`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/fossil-delete.md:
--------------------------------------------------------------------------------
1 | # fossil delete
2 |
3 | > This command is an alias of `fossil rm`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr fossil rm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/fossil-init.md:
--------------------------------------------------------------------------------
1 | # fossil init
2 |
3 | > Initialize a new repository for a project.
4 | > See also: `fossil clone`.
5 | > More information: .
6 |
7 | - Create a new repository in a named file:
8 |
9 | `fossil init {{path/to/filename}}`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/fossil-new.md:
--------------------------------------------------------------------------------
1 | # fossil new
2 |
3 | > This command is an alias of `fossil init`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr fossil init`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/freshclam.md:
--------------------------------------------------------------------------------
1 | # freshclam
2 |
3 | > Update virus definitions for ClamAV antivirus program.
4 | > More information: .
5 |
6 | - Update virus definitions:
7 |
8 | `freshclam`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/gdaladdo.md:
--------------------------------------------------------------------------------
1 | # gdaladdo
2 |
3 | > Build overview images of raster datasets.
4 | > More information: .
5 |
6 | - Build overview images of a raster dataset using the "average" [r]esampling method:
7 |
8 | `gdaladdo -r average {{path/to/input.tif}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/gemtopbm.md:
--------------------------------------------------------------------------------
1 | # gemtopbm
2 |
3 | > This command has been superseded by `gemtopnm`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr gemtopnm`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/gh-cs.md:
--------------------------------------------------------------------------------
1 | # gh cs
2 |
3 | > This command is an alias of `gh codespace`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr gh codespace`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/gh-formatting.md:
--------------------------------------------------------------------------------
1 | # gh formatting
2 |
3 | > Formatting options for JSON data exported from gh GitHub CLI command.
4 | > More information: .
5 |
6 | - Display help about formatting JSON output from `gh` using `jq`:
7 |
8 | `gh formatting`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/gh-mintty.md:
--------------------------------------------------------------------------------
1 | # gh mintty
2 |
3 | > Display help about MinTTY integration for the GitHub CLI command.
4 | > More information: .
5 |
6 | - Display help about using `gh` with MinTTY:
7 |
8 | `gh mintty`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/gh-reference.md:
--------------------------------------------------------------------------------
1 | # gh reference
2 |
3 | > Display a reference about the GitHub CLI command.
4 | > More information: .
5 |
6 | - Display a markdown reference of all `gh` commands:
7 |
8 | `gh reference`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/git-abort.md:
--------------------------------------------------------------------------------
1 | # git abort
2 |
3 | > Abort an ongoing rebase, merge, or cherry-pick.
4 | > Part of `git-extras`.
5 | > More information: .
6 |
7 | - Abort a Git rebase, merge, or cherry-pick:
8 |
9 | `git abort`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/git-credential-store.md:
--------------------------------------------------------------------------------
1 | # git credential-store
2 |
3 | > Git helper to store passwords on disk.
4 | > More information: .
5 |
6 | - Store Git credentials in a specific file:
7 |
8 | `git config credential.helper 'store --file={{path/to/file}}'`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/git-delete-tag.md:
--------------------------------------------------------------------------------
1 | # git delete-tag
2 |
3 | > Delete existing local and remote tags.
4 | > Part of `git-extras`.
5 | > More information: .
6 |
7 | - Delete a tag:
8 |
9 | `git delete-tag {{tag_version}}`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/git-locked.md:
--------------------------------------------------------------------------------
1 | # git locked
2 |
3 | > List locked files in a Git repository.
4 | > Part of `git-extras`.
5 | > More information: .
6 |
7 | - List all local locked files:
8 |
9 | `git locked`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/git-stage.md:
--------------------------------------------------------------------------------
1 | # git stage
2 |
3 | > This command is an alias of `git add`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr git add`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/gnmic-sub.md:
--------------------------------------------------------------------------------
1 | # gnmic sub
2 |
3 | > This command is an alias of `gnmic subscribe`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr gnmic subscribe`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/go-bug.md:
--------------------------------------------------------------------------------
1 | # go bug
2 |
3 | > Report a bug.
4 | > More information: .
5 |
6 | - Open a web page to start a bug report:
7 |
8 | `go bug`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/go-fix.md:
--------------------------------------------------------------------------------
1 | # go fix
2 |
3 | > Update packages to use new APIs.
4 | > More information: .
5 |
6 | - Update packages to use new APIs:
7 |
8 | `go fix {{packages}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/go-generate.md:
--------------------------------------------------------------------------------
1 | # go generate
2 |
3 | > Generate Go files by running commands within source files.
4 | > More information: .
5 |
6 | - Generate Go files by running commands within source files:
7 |
8 | `go generate`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/google-chrome.md:
--------------------------------------------------------------------------------
1 | # google-chrome
2 |
3 | > This command is an alias of `chromium`.
4 | > More information: .
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr chromium`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/gouldtoppm.md:
--------------------------------------------------------------------------------
1 | # gouldtoppm
2 |
3 | > Convert a Gould scanner file to a PPM image.
4 | > More information: .
5 |
6 | - Convert a Gould scanner file to a PPM image:
7 |
8 | `gouldtoppm {{path/to/file.gould}} > {{path/to/output.ppm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/hd.md:
--------------------------------------------------------------------------------
1 | # hd
2 |
3 | > This command is an alias of `hexdump`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr hexdump`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/head.md:
--------------------------------------------------------------------------------
1 | # head
2 |
3 | > Output the first part of files.
4 | > More information: .
5 |
6 | - Output the first few lines of a file:
7 |
8 | `head -n {{count}} {{path/to/file}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/hping.md:
--------------------------------------------------------------------------------
1 | # hping
2 |
3 | > This command is an alias of `hping3`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr hping3`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/https.md:
--------------------------------------------------------------------------------
1 | # https
2 |
3 | > This command is an alias of `http`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr http`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/hub-branch.md:
--------------------------------------------------------------------------------
1 | # hub branch
2 |
3 | > Create a branch or show current branch.
4 | > See also `git branch`.
5 |
6 | - Show the name of the currently active branch:
7 |
8 | `hub branch`
9 |
10 | - Create a new branch:
11 |
12 | `hub branch {{branch_name}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/hub-delete.md:
--------------------------------------------------------------------------------
1 | # hub delete
2 |
3 | > Delete an existing repository on GitHub.
4 | > More information: .
5 |
6 | - Delete personal repo on GitHub:
7 |
8 | `hub delete {{repo}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/hub-init.md:
--------------------------------------------------------------------------------
1 | # hub init
2 |
3 | > Initializes a new local Git repository.
4 | > More information: .
5 |
6 | - Initialize a new local repository:
7 |
8 | `hub init`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/hx.md:
--------------------------------------------------------------------------------
1 | # hx
2 |
3 | > This command is an alias of `helix`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr helix`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/icontopbm.md:
--------------------------------------------------------------------------------
1 | # icontopbm
2 |
3 | > This command has been superseded by `sunicontopnm`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr sunicontopnm`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/identify.md:
--------------------------------------------------------------------------------
1 | # identify
2 |
3 | > This command is an alias of `magick identify`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr magick identify`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/idevicepair.md:
--------------------------------------------------------------------------------
1 | # idevicepair
2 |
3 | > Manage host pairings with iOS devices.
4 | > More information: .
5 |
6 | - Pair a device with the host:
7 |
8 | `idevicepair pair`
9 |
10 | - List devices paired with the host:
11 |
12 | `idevicepair list`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/imgcat.md:
--------------------------------------------------------------------------------
1 | # imgcat
2 |
3 | > Display images on the command-line.
4 | > Requires a compatible terminal such as iTerm2.
5 | > More information: .
6 |
7 | - Display an image on the command-line:
8 |
9 | `imgcat {{path/to/file}}`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/import.md:
--------------------------------------------------------------------------------
1 | # import
2 |
3 | > This command is an alias of `magick import`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr magick import`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/initdb.md:
--------------------------------------------------------------------------------
1 | # initdb
2 |
3 | > Create a PostgreSQL database on disk.
4 | > More information: .
5 |
6 | - Create a database at `/usr/local/var/postgres`:
7 |
8 | `initdb -D /usr/local/var/postgres`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/irb.md:
--------------------------------------------------------------------------------
1 | # irb
2 |
3 | > Interactive Ruby shell.
4 | > Evaluate Ruby code read from `stdin`.
5 | > More information: .
6 |
7 | - Start the interactive shell:
8 |
9 | `irb`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/is-up.md:
--------------------------------------------------------------------------------
1 | # is-up
2 |
3 | > Check whether a website is up or down.
4 | > More information: .
5 |
6 | - Check the status of the specified website:
7 |
8 | `is-up {{example.com}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/jfrog.md:
--------------------------------------------------------------------------------
1 | # jfrog
2 |
3 | > This command is an alias of `jf`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr jf`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/jupyterlab.md:
--------------------------------------------------------------------------------
1 | # jupyterlab
2 |
3 | > This command is an alias of `jupyter lab`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr jupyter lab`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/just.md:
--------------------------------------------------------------------------------
1 | # just
2 |
3 | > `just` can refer to multiple commands with the same name.
4 |
5 | - View documentation for the command runner:
6 |
7 | `tldr just.1`
8 |
9 | - View documentation for the V8 JavaScript runtime:
10 |
11 | `tldr just.js`
12 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/kafkacat.md:
--------------------------------------------------------------------------------
1 | # kafkacat
2 |
3 | > This command is an alias of `kcat`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr kcat`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/kotlin.md:
--------------------------------------------------------------------------------
1 | # kotlin
2 |
3 | > Kotlin application launcher.
4 | > More information: .
5 |
6 | - Run a jar file:
7 |
8 | `kotlin {{filename.jar}}`
9 |
10 | - Display Kotlin and JVM version:
11 |
12 | `kotlin -version`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lckdo.md:
--------------------------------------------------------------------------------
1 | # lckdo
2 |
3 | > This command is deprecated and has been superseded by `flock`.
4 | > More information: .
5 |
6 | - View documentation for the recommended replacement:
7 |
8 | `tldr flock`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lima.md:
--------------------------------------------------------------------------------
1 | # lima
2 |
3 | > This command is an alias of `limactl shell` for the default VM instance.
4 | > You can also set the `$LIMA_INSTANCE` environment variable to work on a different instance.
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr limactl`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/llvm-ar.md:
--------------------------------------------------------------------------------
1 | # llvm-ar
2 |
3 | > This command is an alias of `ar`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr ar`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/llvm-g++.md:
--------------------------------------------------------------------------------
1 | # llvm-g++
2 |
3 | > This command is an alias of `clang++`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr clang++`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/llvm-gcc.md:
--------------------------------------------------------------------------------
1 | # llvm-gcc
2 |
3 | > This command is an alias of `clang`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr clang`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/llvm-nm.md:
--------------------------------------------------------------------------------
1 | # llvm-nm
2 |
3 | > This command is an alias of `nm`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr nm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/llvm-objdump.md:
--------------------------------------------------------------------------------
1 | # llvm-objdump
2 |
3 | > This command is an alias of `objdump`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr objdump`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/llvm-strings.md:
--------------------------------------------------------------------------------
1 | # llvm-strings
2 |
3 | > This command is an alias of `strings`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr strings`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/logname.md:
--------------------------------------------------------------------------------
1 | # logname
2 |
3 | > Shows the user's login name.
4 | > More information: .
5 |
6 | - Display the currently logged in user's name:
7 |
8 | `logname`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/logout.md:
--------------------------------------------------------------------------------
1 | # logout
2 |
3 | > Exit a login shell.
4 | > More information: .
5 |
6 | - Exit a login shell:
7 |
8 | `logout`
9 |
10 | - Exit a login shell and specify a return value:
11 |
12 | `logout {{N}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lzcat.md:
--------------------------------------------------------------------------------
1 | # lzcat
2 |
3 | > This command is an alias of `xz --format=lzma --decompress --stdout`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr xz`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lzcmp.md:
--------------------------------------------------------------------------------
1 | # lzcmp
2 |
3 | > This command is an alias of `xzcmp`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr xzcmp`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lzegrep.md:
--------------------------------------------------------------------------------
1 | # lzegrep
2 |
3 | > This command is an alias of `xzgrep --extended-regexp`.
4 | > See also: `egrep`.
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr xzgrep`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lzfgrep.md:
--------------------------------------------------------------------------------
1 | # lzfgrep
2 |
3 | > This command is an alias of `xzgrep --fixed-strings`.
4 | > See also: `fgrep`.
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr xzgrep`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lzgrep.md:
--------------------------------------------------------------------------------
1 | # lzgrep
2 |
3 | > This command is an alias of `xzgrep`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr xzgrep`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lzless.md:
--------------------------------------------------------------------------------
1 | # lzless
2 |
3 | > This command is an alias of `xzless`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr xzless`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lzma.md:
--------------------------------------------------------------------------------
1 | # lzma
2 |
3 | > This command is an alias of `xz --format=lzma`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr xz`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/lzmore.md:
--------------------------------------------------------------------------------
1 | # lzmore
2 |
3 | > This command is an alias of `xzmore`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr xzmore`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/mapfile.md:
--------------------------------------------------------------------------------
1 | # mapfile
2 |
3 | > This command is an alias of `readarray`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr readarray`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/mariadb-install-db.md:
--------------------------------------------------------------------------------
1 | # mariadb-install-db
2 |
3 | > Initialize a MariaDB database.
4 | > More information: .
5 |
6 | - Initialize a database:
7 |
8 | `mariadb-install-db --user={{user}}} --basedir={{/usr}} --datadir={{/var/lib/mysql}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/mispipe.md:
--------------------------------------------------------------------------------
1 | # mispipe
2 |
3 | > Pipe two commands and return the exit status of the first command.
4 | > More information: .
5 |
6 | - Pipe two commands and return the exit status of the first command:
7 |
8 | `mispipe {{command1}} {{command2}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/mogrify.md:
--------------------------------------------------------------------------------
1 | # mogrify
2 |
3 | > This command is an alias of `magick mogrify`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr magick mogrify`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/montage.md:
--------------------------------------------------------------------------------
1 | # montage
2 |
3 | > This command is an alias of `magick montage`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr magick montage`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/mscore.md:
--------------------------------------------------------------------------------
1 | # mscore
2 |
3 | > This command is an alias of `musescore`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr musescore`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/msgfmt.md:
--------------------------------------------------------------------------------
1 | # msgfmt
2 |
3 | > Compile message catalog to binary format.
4 | > More information: .
5 |
6 | - Convert a `.po` file to a `.mo` file:
7 |
8 | `msgfmt {{path/to/file.po}} -o {{path/to/file.mo}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/netcat.md:
--------------------------------------------------------------------------------
1 | # netcat
2 |
3 | > This command is an alias of `nc`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr nc`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/nm-classic.md:
--------------------------------------------------------------------------------
1 | # nm-classic
2 |
3 | > This command is an alias of `nm`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr nm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/npm-author.md:
--------------------------------------------------------------------------------
1 | # npm author
2 |
3 | > This command is an alias of `npm owner`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr npm owner`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/npm-list.md:
--------------------------------------------------------------------------------
1 | # npm list
2 |
3 | > This command is an alias of `npm ls`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr npm ls`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/npm-restart.md:
--------------------------------------------------------------------------------
1 | # npm restart
2 |
3 | > This command is an alias of `npm run restart`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr npm run`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/npm-run-script.md:
--------------------------------------------------------------------------------
1 | # npm run-script
2 |
3 | > This command is an alias of `npm run`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr npm run`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/npm-start.md:
--------------------------------------------------------------------------------
1 | # npm start
2 |
3 | > This command is an alias of `npm run start`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr npm run`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/npm-stop.md:
--------------------------------------------------------------------------------
1 | # npm stop
2 |
3 | > This command is an alias of `npm run stop`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr npm run`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/npm-test.md:
--------------------------------------------------------------------------------
1 | # npm test
2 |
3 | > This command is an alias of `npm run test`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr npm run`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/npm-why.md:
--------------------------------------------------------------------------------
1 | # npm why
2 |
3 | > Identifies why an npm package is installed.
4 | > More information: .
5 |
6 | - Show why an `npm` package is installed:
7 |
8 | `npm-why {{package}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ntl.md:
--------------------------------------------------------------------------------
1 | # ntl
2 |
3 | > This command is an alias of `netlify`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr netlify`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/nvme.md:
--------------------------------------------------------------------------------
1 | # nvme
2 |
3 | > NVMe storage user space utility.
4 | > More information: .
5 |
6 | - List all nvme devices:
7 |
8 | `sudo nvme list`
9 |
10 | - Show device information:
11 |
12 | `sudo nvme smart-log {{device}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/open.md:
--------------------------------------------------------------------------------
1 | # open
2 |
3 | > `open` can refer to multiple commands with the same name.
4 |
5 | - View documentation for the command available in macOS:
6 |
7 | `tldr open -p osx`
8 |
9 | - View documentation for the command available through fish:
10 |
11 | `tldr open.fish`
12 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/opera.md:
--------------------------------------------------------------------------------
1 | # opera
2 |
3 | > This command is an alias of `chromium`.
4 | > More information: .
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr chromium`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pamedge.md:
--------------------------------------------------------------------------------
1 | # pamedge
2 |
3 | > Perform edge-detection on a Netpbm image.
4 | > More information: .
5 |
6 | - Perform edge-detection on a Netpbm image:
7 |
8 | `pamedge {{path/to/input.pam}} > {{path/to/output.pam}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pamfixtrunc.md:
--------------------------------------------------------------------------------
1 | # pamfixtrunc
2 |
3 | > This command has been superseded by `pamfix -truncate`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamfix`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pamnoraw.md:
--------------------------------------------------------------------------------
1 | # pamnoraw
2 |
3 | > This command is an alias of `pamtopnm -plain`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pamtopnm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pamrgbatopng.md:
--------------------------------------------------------------------------------
1 | # pamrgbatopng
2 |
3 | > This command has been superseded by `pamtopng`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamtopng`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pbmtogo.md:
--------------------------------------------------------------------------------
1 | # pbmtogo
2 |
3 | > Convert a PBM image to a compressed GraphOn graphic.
4 | > More information: .
5 |
6 | - Convert a PBM image to a compressed GraphOn graphic:
7 |
8 | `pbmtogo {{path/to/image.pbm}} > {{path/to/output.go}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pbmtoicon.md:
--------------------------------------------------------------------------------
1 | # pbmtoicon
2 |
3 | > This command has been superseded by `pbmtosunicon`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pbmtosunicon`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pbmtoplot.md:
--------------------------------------------------------------------------------
1 | # pbmtoplot
2 |
3 | > Convert a PBM image into a UNIX plot file.
4 | > More information: .
5 |
6 | - Convert a PBM image into a UNIX plot file:
7 |
8 | `pbmtoplot {{path/to/image.pbm}} > {{path/to/output.plot}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pbmtoptx.md:
--------------------------------------------------------------------------------
1 | # pbmtoptx
2 |
3 | > Convert a PBM image into Printronix printer graphics.
4 | > More information: .
5 |
6 | - Convert a PBM image into a PTX file:
7 |
8 | `pbmtoptx {{path/to/image.pbm}} > {{path/to/output.ptx}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pbmtosunicon.md:
--------------------------------------------------------------------------------
1 | # pbmtosunicon
2 |
3 | > Convert a PBM image into a Sun icon.
4 | > More information: .
5 |
6 | - Convert a PBM image into a Sun icon:
7 |
8 | `pbmtosunicon {{path/to/input.pbm}} > {{path/to/output.ico}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pbmtowbmp.md:
--------------------------------------------------------------------------------
1 | # pbmtowbmp
2 |
3 | > Convert a PBM image to a wireless bitmap file.
4 | > More information: .
5 |
6 | - Convert a PBM image to a WBMP file:
7 |
8 | `pbmtowbmp {{path/to/input_file.pbm}} > {{path/to/output_file.wbmp}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pbmtox10bm.md:
--------------------------------------------------------------------------------
1 | # pbmtox10bm
2 |
3 | > This command has been superseded by `pbmtoxbm -x10`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pbmtoxbm`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pbmtoybm.md:
--------------------------------------------------------------------------------
1 | # pbmtoybm
2 |
3 | > Convert a PBM file to a Bennet Yee "face" file.
4 | > More information: .
5 |
6 | - Convert a PBM image file to YBM:
7 |
8 | `pbmtoybm {{path/to/input_file.pbm}} > {{path/to/output_file.ybm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pcdindex.md:
--------------------------------------------------------------------------------
1 | # pcdindex
2 |
3 | > This command has been renamed to `pcdovtoppm`.
4 | > More information: .
5 |
6 | - View documentation for the command under its current name:
7 |
8 | `tldr pcdovtoppm`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pgmbentley.md:
--------------------------------------------------------------------------------
1 | # pgmbentley
2 |
3 | > Bentleyize a PGM image.
4 | > More information: .
5 |
6 | - Apply the Bentley Effect on a PGM image:
7 |
8 | `pgmbentley {{path/to/input_file.pgm}} > {{path/to/output_file.pgm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pgmdeshadow.md:
--------------------------------------------------------------------------------
1 | # pgmdeshadow
2 |
3 | > Deshadow a PGM image.
4 | > More information: .
5 |
6 | - Remove grey shadows from a PGM image:
7 |
8 | `pgmdeshadow {{path/to/input_file.pgm}} > {{path/to/output_file.pgm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pgmedge.md:
--------------------------------------------------------------------------------
1 | # pgmedge
2 |
3 | > This command has been superseded by `pamedge`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamedge`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pgmnorm.md:
--------------------------------------------------------------------------------
1 | # pgmnorm
2 |
3 | > This command has been superseded by `pnmnorm`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pnmnorm`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pgmoil.md:
--------------------------------------------------------------------------------
1 | # pgmoil
2 |
3 | > This command has been superseded by `pamoil`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamoil`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pgmslice.md:
--------------------------------------------------------------------------------
1 | # pgmslice
2 |
3 | > This command has been superseded by `pamslice`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamslice`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pgmtopbm.md:
--------------------------------------------------------------------------------
1 | # pgmtopbm
2 |
3 | > This command has been superseded by `pamditherbw`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamditherbw`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pgmtopgm.md:
--------------------------------------------------------------------------------
1 | # pgmtopgm
2 |
3 | > Copy a PGM image file.
4 | > More information: .
5 |
6 | - Copy PGM file from `stdin` to `stderr`:
7 |
8 | `pgmtopgm`
9 |
10 | - Display version:
11 |
12 | `pgmtopgm -version`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pgmtost4.md:
--------------------------------------------------------------------------------
1 | # pgmtost4
2 |
3 | > Convert a PGM image to the SBIG ST-4 format.
4 | > More information: .
5 |
6 | - Convert a PGM image file to the SBIG ST-4 format:
7 |
8 | `pgmtost4 {{path/to/input_file.pgm}} > {{path/to/output.st4}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pinta.md:
--------------------------------------------------------------------------------
1 | # pinta
2 |
3 | > A free, open source program for drawing and image editing.
4 | > More information: .
5 |
6 | - Start Pinta:
7 |
8 | `pinta`
9 |
10 | - Open specific files:
11 |
12 | `pinta {{path/to/image1 path/to/image2 ...}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pio-init.md:
--------------------------------------------------------------------------------
1 | # pio init
2 |
3 | > This command is an alias of `pio project init`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pio project`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/piodebuggdb.md:
--------------------------------------------------------------------------------
1 | # piodebuggdb
2 |
3 | > This command is an alias of `pio debug --interface=gdb`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pio debug`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pjtoppm.md:
--------------------------------------------------------------------------------
1 | # pjtoppm
2 |
3 | > Convert a HP PaintJet file to PPM.
4 | > More information: .
5 |
6 | - Convert a HP PaintJet file to PPM:
7 |
8 | `pjtoppm {{path/to/input.pj}} > {{path/to/output.ppm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/platformio.md:
--------------------------------------------------------------------------------
1 | # platformio
2 |
3 | > This command is an alias of `pio`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pio`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pngtopnm.md:
--------------------------------------------------------------------------------
1 | # pngtopnm
2 |
3 | > This command has been superseded by `pngtopam`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pngtopam`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmarith.md:
--------------------------------------------------------------------------------
1 | # pnmarith
2 |
3 | > This command has been superseded by `pamarith`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamarith`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmcomp.md:
--------------------------------------------------------------------------------
1 | # pnmcomp
2 |
3 | > This command has been superseded by `pamcomp`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamcomp`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmcut.md:
--------------------------------------------------------------------------------
1 | # pnmcut
2 |
3 | > This command has been superseded by `pamcut`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamcut`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmdepth.md:
--------------------------------------------------------------------------------
1 | # pnmdepth
2 |
3 | > This command is an alias of `pamdepth`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pamdepth`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmenlarge.md:
--------------------------------------------------------------------------------
1 | # pnmenlarge
2 |
3 | > This command has been superseded by `pamenlarge`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamenlarge`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmfile.md:
--------------------------------------------------------------------------------
1 | # pnmfile
2 |
3 | > This command has been superseded by `pamfile`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamfile`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmflip.md:
--------------------------------------------------------------------------------
1 | # pnmflip
2 |
3 | > This command has been superseded by `pamflip`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamflip`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnminterp.md:
--------------------------------------------------------------------------------
1 | # pnminterp
2 |
3 | > This command has been superseded by `pamstretch`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamstretch`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnminvert.md:
--------------------------------------------------------------------------------
1 | # pnminvert
2 |
3 | > Invert a PNM image.
4 | > More information: .
5 |
6 | - Invert the colors or greyscale values in a PNM image:
7 |
8 | `pnminvert {{path/to/input.pnm}} > {{path/to/output.pnm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmscale.md:
--------------------------------------------------------------------------------
1 | # pnmscale
2 |
3 | > This command has been replaced by `pamscale`.
4 | > More information: .
5 |
6 | - View documentation for `pamscale`:
7 |
8 | `tldr pamscale`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmsplit.md:
--------------------------------------------------------------------------------
1 | # pnmsplit
2 |
3 | > This command has been superseded by `pamsplit`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamsplit`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmtofits.md:
--------------------------------------------------------------------------------
1 | # pnmtofits
2 |
3 | > This command has been superseded by `pamtofits`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamtofits`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmtoplainpnm.md:
--------------------------------------------------------------------------------
1 | # pnmtoplainpnm
2 |
3 | > This command is an alias of `pamtopnm -plain`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pamtopnm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmtopnm.md:
--------------------------------------------------------------------------------
1 | # pnmtopnm
2 |
3 | > This command is an alias of `pamtopnm`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pamtopnm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmtosir.md:
--------------------------------------------------------------------------------
1 | # pnmtosir
2 |
3 | > Convert a PNM file to a Solitaire Image Recorder file.
4 | > More information: .
5 |
6 | - Convert a PNM image to a SIR image:
7 |
8 | `pnmtosir {{path/to/input.pnm}} > {{path/to/output.sir}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pnmtotiff.md:
--------------------------------------------------------------------------------
1 | # pnmtotiff
2 |
3 | > This command has been superseded by `pamtotiff`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamtotiff`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmbrighten.md:
--------------------------------------------------------------------------------
1 | # ppmbrighten
2 |
3 | > This command has been superseded by `pambrighten`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pambrighten`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmnorm.md:
--------------------------------------------------------------------------------
1 | # ppmnorm
2 |
3 | > This command has been superseded by `pnmnorm`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pnmnorm`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmquantall.md:
--------------------------------------------------------------------------------
1 | # ppmquantall
2 |
3 | > This command has been superseded by `pnmquantall`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pnmquantall`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmrelief.md:
--------------------------------------------------------------------------------
1 | # ppmrelief
2 |
3 | > Produce a relief of a PPM image.
4 | > More information: .
5 |
6 | - Produce a relief of the specified PPM image:
7 |
8 | `ppmrelief {{path/to/input_file.ppm}} > {{path/to/output_file.ppm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtogif.md:
--------------------------------------------------------------------------------
1 | # ppmtogif
2 |
3 | > This command has been superseded by `pamtogif`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamtogif`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtojpeg.md:
--------------------------------------------------------------------------------
1 | # ppmtojpeg
2 |
3 | > This command has been superseded by `pnmtojpeg`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pnmtojpeg`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtoleaf.md:
--------------------------------------------------------------------------------
1 | # ppmtoleaf
2 |
3 | > Convert a PPM image to the Interleaf image format.
4 | > More information: .
5 |
6 | - Convert a PPM image to a LEAF file:
7 |
8 | `ppmtoleaf {{path/to/file.ppm}} > {{path/to/file.leaf}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtomap.md:
--------------------------------------------------------------------------------
1 | # ppmtomap
2 |
3 | > This command has been superseded by `pnmcolormap`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pnmcolormap`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtoneo.md:
--------------------------------------------------------------------------------
1 | # ppmtoneo
2 |
3 | > Convert a PPM image to an Atari Neochrome file.
4 | > More information: .
5 |
6 | - Convert a PPM image to a NEO file:
7 |
8 | `ppmtoneo {{path/to/file.ppm}} > {{path/to/file.neo}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtopict.md:
--------------------------------------------------------------------------------
1 | # ppmtopict
2 |
3 | > Convert a PPM image to a Macintosh PICT file.
4 | > More information: .
5 |
6 | - Convert a PPM image to a PICT file:
7 |
8 | `ppmtopict {{path/to/file.ppm}} > {{path/to/file.pict}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtopuzz.md:
--------------------------------------------------------------------------------
1 | # ppmtopuzz
2 |
3 | > Convert a PPM image to an X11 puzzle file.
4 | > More information: .
5 |
6 | - Convert a PPM image to an X11 puzzle file:
7 |
8 | `ppmtopuzz {{path/to/file.ppm}} > {{path/to/file.puzz}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtotga.md:
--------------------------------------------------------------------------------
1 | # ppmtotga
2 |
3 | > This command has been superseded by `pamtotga`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamtotga`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtouil.md:
--------------------------------------------------------------------------------
1 | # ppmtouil
2 |
3 | > This command has been superseded by `pamtouil`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamtouil`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ppmtowinicon.md:
--------------------------------------------------------------------------------
1 | # ppmtowinicon
2 |
3 | > This command has been superseded by `pamtowinicon`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr pamtowinicon`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pppd.md:
--------------------------------------------------------------------------------
1 | # pppd
2 |
3 | > Establish Point-to-Point connection to another computer.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `pppd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ptpython3.md:
--------------------------------------------------------------------------------
1 | # ptpython3
2 |
3 | > This command is an alias of `ptpython`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr ptpython`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/pueue-switch.md:
--------------------------------------------------------------------------------
1 | # pueue switch
2 |
3 | > Switches the queue position of two enqueued or stashed commands.
4 | > More information: .
5 |
6 | - Switch the priority of two tasks:
7 |
8 | `pueue switch {{task_id1}} {{task_id2}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/python3.md:
--------------------------------------------------------------------------------
1 | # python3
2 |
3 | > This command is an alias of `python`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr python`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/qoitopam.md:
--------------------------------------------------------------------------------
1 | # qoitopam
2 |
3 | > Convert a QOI image (Quite OK Image format) to Netpbm.
4 | > More information: .
5 |
6 | - Convert a QOI image to Netpbm:
7 |
8 | `qoitopam {{path/to/image.qoi}} > {{path/to/output.pnm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/qrttoppm.md:
--------------------------------------------------------------------------------
1 | # qrttoppm
2 |
3 | > Convert a QRT ray tracer file to a PPM image.
4 | > More information: .
5 |
6 | - Convert a QRT file to a PPM image:
7 |
8 | `qrttoppm {{path/to/file.qrt}} > {{path/to/image.ppm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/r2.md:
--------------------------------------------------------------------------------
1 | # r2
2 |
3 | > This command is an alias of `radare2`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr radare2`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/rcat.md:
--------------------------------------------------------------------------------
1 | # rcat
2 |
3 | > This command is an alias of `rc`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr rc`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ripgrep.md:
--------------------------------------------------------------------------------
1 | # ripgrep
2 |
3 | > `ripgrep` is the common name for the command `rg`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr rg`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/runit.md:
--------------------------------------------------------------------------------
1 | # runit
2 |
3 | > 3-stage init system.
4 | > More information: .
5 |
6 | - Start runit's 3-stage init scheme:
7 |
8 | `runit`
9 |
10 | - Shut down runit:
11 |
12 | `kill --CONT {{runit_pid}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/runsvchdir.md:
--------------------------------------------------------------------------------
1 | # runsvchdir
2 |
3 | > Change the directory `runsvdir` uses by default.
4 | > More information: .
5 |
6 | - Switch `runsvdir` directories:
7 |
8 | `sudo runsvchdir {{path/to/directory}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/rustup-check.md:
--------------------------------------------------------------------------------
1 | # rustup check
2 |
3 | > Check for updates to Rust toolchains and `rustup`.
4 | > More information: .
5 |
6 | - Check for all updates:
7 |
8 | `rustup check`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/rustup-default.md:
--------------------------------------------------------------------------------
1 | # rustup default
2 |
3 | > Set the default Rust toolchain.
4 | > More information: .
5 |
6 | - Switch the default Rust toolchain (see `rustup help toolchain` for more information):
7 |
8 | `rustup default {{toolchain}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/rustup-help.md:
--------------------------------------------------------------------------------
1 | # rustup help
2 |
3 | > Display help on `rustup` and its subcommands.
4 | > More information: .
5 |
6 | - Display help:
7 |
8 | `rustup help`
9 |
10 | - Display help for a subcommand:
11 |
12 | `rustup help {{subcommand}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/rustup-self.md:
--------------------------------------------------------------------------------
1 | # rustup self
2 |
3 | > Modify the `rustup` installation.
4 | > More information: .
5 |
6 | - Update `rustup`:
7 |
8 | `rustup self update`
9 |
10 | - Uninstall `rustup`:
11 |
12 | `rustup self uninstall`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/sam2p.md:
--------------------------------------------------------------------------------
1 | # sam2p
2 |
3 | > Raster (bitmap) image converter with smart PDF and PostScript (EPS) output.
4 | > More information: .
5 |
6 | - Concatenate all PDF files into one:
7 |
8 | `sam2p *.pdf {{path/to/output.pdf}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/sbcl.md:
--------------------------------------------------------------------------------
1 | # sbcl
2 |
3 | > High performance Common Lisp compiler.
4 | > More information: .
5 |
6 | - Start a REPL (interactive shell):
7 |
8 | `sbcl`
9 |
10 | - Execute a Lisp script:
11 |
12 | `sbcl --script {{path/to/script.lisp}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/sbigtopgm.md:
--------------------------------------------------------------------------------
1 | # sbigtopgm
2 |
3 | > Convert an SBIG CCDOPS file to PGM.
4 | > More information: .
5 |
6 | - Convert an SBIG CCDOPS image file to PGM:
7 |
8 | `sbigtopgm {{path/to/input_file.sbig}} > {{path/to/output.pgm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/sc_wartscat.md:
--------------------------------------------------------------------------------
1 | # sc_wartscat
2 |
3 | > Concatenate `warts` files.
4 | > More information: .
5 |
6 | - Concatenate `warts` files into one:
7 |
8 | `sc_wartscat -o {{path/to/output.warts}} {{path/to/file1.warts path/to/file2.warts ...}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/shar.md:
--------------------------------------------------------------------------------
1 | # shar
2 |
3 | > Create a shell archive.
4 | > More information: .
5 |
6 | - Create a shell script that when executed extracts the given files from itself:
7 |
8 | `shar {{path/to/file1 path/to/file2 ...}} > {{path/to/archive.sh}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/shift.md:
--------------------------------------------------------------------------------
1 | # shift
2 |
3 | > Move positional parameters.
4 | > More information: .
5 |
6 | - Remove the first positional parameter:
7 |
8 | `shift`
9 |
10 | - Remove the first `N` positional parameters:
11 |
12 | `shift {{N}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/sindresorhus.md:
--------------------------------------------------------------------------------
1 | # sindresorhus
2 |
3 | > Sindre Sorhus's personal CLI.
4 | > More information: .
5 |
6 | - Start Sindre's interactive CLI:
7 |
8 | `sindresorhus`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/sirtopnm.md:
--------------------------------------------------------------------------------
1 | # sirtopnm
2 |
3 | > Convert a Solitaire Image Recorder file to a PNM file.
4 | > More information: .
5 |
6 | - Convert a SIR image to a PNM file:
7 |
8 | `sirtopnm {{path/to/input.sir}} > {{path/to/output.pnm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/soxi.md:
--------------------------------------------------------------------------------
1 | # soxi
2 |
3 | > SoXI - Sound eXchange Information, display sound file metadata.
4 | > More information: .
5 |
6 | - Display the sound file metadata:
7 |
8 | `soxi {{path/to/file.wav}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/spctoppm.md:
--------------------------------------------------------------------------------
1 | # spctoppm
2 |
3 | > Convert an Atari compressed Spectrum image to a PPM image.
4 | > More information: .
5 |
6 | - Convert an SPC file to a PPM image:
7 |
8 | `spctoppm {{path/to/input.spc}} > {{path/to/output.ppm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/sputoppm.md:
--------------------------------------------------------------------------------
1 | # sputoppm
2 |
3 | > Convert an Atari uncompressed Spectrum image to a PPM image.
4 | > More information: .
5 |
6 | - Convert an SPU file to a PPM image:
7 |
8 | `sputoppm {{path/to/input.spu}} > {{path/to/output.ppm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/st4topgm.md:
--------------------------------------------------------------------------------
1 | # st4topgm
2 |
3 | > Convert an SBIG ST-4 file to PGM.
4 | > More information: .
5 |
6 | - Convert an SBIG ST-4 file to a PGM file:
7 |
8 | `st4topgm {{path/to/input_file.st4}} > {{path/to/output.pgm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/stun.md:
--------------------------------------------------------------------------------
1 | # stun
2 |
3 | > Classic STUN client.
4 | > More information: .
5 |
6 | - Make a STUN request:
7 |
8 | `stun {{stun.1und1.de}}`
9 |
10 | - Make a STUN request and specify the source port:
11 |
12 | `stun {{stun.1und1.de}} -p {{4302}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/subliminal.md:
--------------------------------------------------------------------------------
1 | # subliminal
2 |
3 | > Python-based subtitle downloader.
4 | > More information: .
5 |
6 | - Download English subtitles for a video:
7 |
8 | `subliminal download -l {{en}} {{video.ext}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/sunicontopnm.md:
--------------------------------------------------------------------------------
1 | # sunicontopnm
2 |
3 | > Convert a Sun icon into a Netpbm image.
4 | > More information: .
5 |
6 | - Convert a Sun icon into a Netpbm image:
7 |
8 | `sunicontopnm {{path/to/input.ico}} > {{path/to/output.pbm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/sup.md:
--------------------------------------------------------------------------------
1 | # sup
2 |
3 | > Manage a RSS feed in the current directory.
4 | > See also: `lb`.
5 | > More information: .
6 |
7 | - Add an article to the RSS feed:
8 |
9 | `sup {{path/to/file.html}}`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/tldrl.md:
--------------------------------------------------------------------------------
1 | # tldrl
2 |
3 | > This command is an alias of `tldr-lint`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr tldr-lint`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/tlmgr-arch.md:
--------------------------------------------------------------------------------
1 | # tlmgr arch
2 |
3 | > This command is an alias of `tlmgr platform`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr tlmgr platform`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/tqdm.md:
--------------------------------------------------------------------------------
1 | # tqdm
2 |
3 | > Create a progress bar.
4 | > More information: .
5 |
6 | - Create a progress bar:
7 |
8 | `seq 10000000 | tqdm --total 10000000 --null`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/trash-cli.md:
--------------------------------------------------------------------------------
1 | # trash-cli
2 |
3 | > This command is an alias of `trash`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr trash`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/tty.md:
--------------------------------------------------------------------------------
1 | # tty
2 |
3 | > Returns terminal name.
4 | > More information: .
5 |
6 | - Print the file name of this terminal:
7 |
8 | `tty`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/typeset.md:
--------------------------------------------------------------------------------
1 | # typeset
2 |
3 | > This command is an alias of `declare`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr declare`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/unalias.md:
--------------------------------------------------------------------------------
1 | # unalias
2 |
3 | > Remove aliases.
4 | > More information: .
5 |
6 | - Remove an alias:
7 |
8 | `unalias {{alias_name}}`
9 |
10 | - Remove all aliases:
11 |
12 | `unalias -a`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/unclutter.md:
--------------------------------------------------------------------------------
1 | # unclutter
2 |
3 | > Hides the mouse cursor.
4 | > More information: .
5 |
6 | - Hide mouse cursor after 3 seconds:
7 |
8 | `unclutter -idle {{3}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/unlzma.md:
--------------------------------------------------------------------------------
1 | # unlzma
2 |
3 | > This command is an alias of `xz --format=lzma --decompress`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr xz`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/unxz.md:
--------------------------------------------------------------------------------
1 | # unxz
2 |
3 | > This command is an alias of `xz --decompress`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr xz`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/unzstd.md:
--------------------------------------------------------------------------------
1 | # unzstd
2 |
3 | > This command is an alias of `zstd --decompress`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr zstd`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/vi.md:
--------------------------------------------------------------------------------
1 | # vi
2 |
3 | > This command is an alias of `vim`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr vim`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/view.md:
--------------------------------------------------------------------------------
1 | # view
2 |
3 | > A read-only version of `vim`.
4 | > This is equivalent to `vim -R`.
5 | > More information: .
6 |
7 | - Open a file:
8 |
9 | `view {{path/to/file}}`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/vivaldi.md:
--------------------------------------------------------------------------------
1 | # vivaldi
2 |
3 | > This command is an alias of `chromium`.
4 | > More information: .
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr chromium`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/vladimyr.md:
--------------------------------------------------------------------------------
1 | # vladimyr
2 |
3 | > Dario Vladović's personal CLI.
4 | > More information: .
5 |
6 | - Start Dario's interactive CLI:
7 |
8 | `vladimyr`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/wbmptopbm.md:
--------------------------------------------------------------------------------
1 | # wbmptopbm
2 |
3 | > Convert a wireless bitmap file to a PBM image.
4 | > More information: .
5 |
6 | - Convert a WBMP file to a PBM image:
7 |
8 | `wbmptopbm {{path/to/input_file.wbpm}} > {{path/to/output_file.pbm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/winicontoppm.md:
--------------------------------------------------------------------------------
1 | # winicontoppm
2 |
3 | > This command has been superseded by `winicontopam`.
4 | > More information: .
5 |
6 | - View documentation for the current command:
7 |
8 | `tldr winicontopam`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/xbmtopbm.md:
--------------------------------------------------------------------------------
1 | # xbmtopbm
2 |
3 | > Convert an X11 or X10 bitmap to a PBM image.
4 | > More information: .
5 |
6 | - Convert an XBM image to a PPM image:
7 |
8 | `xbmtopbm {{path/to/input_file.xbm}} > {{path/to/output_file.pbm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/xvminitoppm.md:
--------------------------------------------------------------------------------
1 | # xvminitoppm
2 |
3 | > Convert an XV thumbnail picture to PPM.
4 | > More information: .
5 |
6 | - Convert an XV thumbnail image file to PPM:
7 |
8 | `xvminitoppm {{path/to/input_file}} > {{path/to/output_file.ppm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/xzcat.md:
--------------------------------------------------------------------------------
1 | # xzcat
2 |
3 | > This command is an alias of `xz --decompress --stdout`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr xz`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/xzegrep.md:
--------------------------------------------------------------------------------
1 | # xzegrep
2 |
3 | > This command is an alias of `xzgrep --extended-regexp`.
4 | > See also: `egrep`.
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr xzgrep`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/xzfgrep.md:
--------------------------------------------------------------------------------
1 | # xzfgrep
2 |
3 | > This command is an alias of `xzgrep --fixed-strings`.
4 | > See also: `fgrep`.
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr xzgrep`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/yadm-bootstrap.md:
--------------------------------------------------------------------------------
1 | # yadm-bootstrap
2 |
3 | > Execute Yadm's bootstrap file.
4 | > This file should be created in `$HOME/.config/yadm/bootstrap`.
5 | > More information: .
6 |
7 | - Execute bootstrap executable:
8 |
9 | `yadm bootstrap`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/yadm-decrypt.md:
--------------------------------------------------------------------------------
1 | # yadm-decrypt
2 |
3 | > Decrypt files that were encrypted by `yadm`.
4 | > When activating this command you will be prompted for a password.
5 | > More information: .
6 |
7 | - Decrypt files:
8 |
9 | `yadm decrypt`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/yarn-why.md:
--------------------------------------------------------------------------------
1 | # yarn-why
2 |
3 | > Identifies why a Yarn package has been installed.
4 | > More information: .
5 |
6 | - Show why a Yarn package is installed:
7 |
8 | `yarn-why {{package}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/ybmtopbm.md:
--------------------------------------------------------------------------------
1 | # ybmtopbm
2 |
3 | > Convert a Bennet Yee "face" file to PBM.
4 | > More information: .
5 |
6 | - Convert a YBM image file to PBM:
7 |
8 | `ybmtopbm {{path/to/input_file.ybm}} > {{path/to/output_file.pbm}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/yuy2topam.md:
--------------------------------------------------------------------------------
1 | # yuy2topam
2 |
3 | > Convert YUY2 bytes to PAM.
4 | > More information: .
5 |
6 | - Convert YUY2 bytes to PAM:
7 |
8 | `yuy2topam -width {{value}} -height {{value}} {{path/to/file.yuy2}} > {{path/to/file.pam}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/zbarimg.md:
--------------------------------------------------------------------------------
1 | # zbarimg
2 |
3 | > Scan and decode bar codes from image file(s).
4 | > More information: .
5 |
6 | - Process an image file:
7 |
8 | `zbarimg {{image_file}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/zless.md:
--------------------------------------------------------------------------------
1 | # zless
2 |
3 | > View `gzip` and `xz` compressed files.
4 | > More information: .
5 |
6 | - Page through a `gzip` compressed file with `less`:
7 |
8 | `zless {{file.txt.gz}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/zstdcat.md:
--------------------------------------------------------------------------------
1 | # zstdcat
2 |
3 | > This command is an alias of `zstd --decompress --stdout`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr zstd`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/common/zstdmt.md:
--------------------------------------------------------------------------------
1 | # zstdmt
2 |
3 | > This command is an alias of `zstd --threads 0` (which sets the number of working threads to the number of physical CPU cores).
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr zstd`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/freebsd/chfn.md:
--------------------------------------------------------------------------------
1 | # chfn
2 |
3 | > This command is an alias of `chpass`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr chpass`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/freebsd/chsh.md:
--------------------------------------------------------------------------------
1 | # chsh
2 |
3 | > This command is an alias of `chpass`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr chpass`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/freebsd/ypchfn.md:
--------------------------------------------------------------------------------
1 | # ypchfn
2 |
3 | > This command is an alias of `chpass`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr chpass`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/freebsd/ypchpass.md:
--------------------------------------------------------------------------------
1 | # ypchpass
2 |
3 | > This command is an alias of `chpass`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr chpass`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/freebsd/ypchsh.md:
--------------------------------------------------------------------------------
1 | # ypchsh
2 |
3 | > This command is an alias of `chpass`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr chpass`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/alternatives.md:
--------------------------------------------------------------------------------
1 | # alternatives
2 |
3 | > This command is an alias of `update-alternatives`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr update-alternatives`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/anbox.md:
--------------------------------------------------------------------------------
1 | # anbox
2 |
3 | > Run Android applications on any Linux operating system.
4 | > More information: .
5 |
6 | - Launch Anbox into the app manager:
7 |
8 | `anbox launch --package={{org.anbox.appmgr}} --component={{org.anbox.appmgr.AppViewActivity}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/apparmor_status.md:
--------------------------------------------------------------------------------
1 | # apparmor_status
2 |
3 | > This command is an alias of `aa-status`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr aa-status`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/apt-moo.md:
--------------------------------------------------------------------------------
1 | # apt moo
2 |
3 | > An `APT` easter egg.
4 | > More information: .
5 |
6 | - Print a cow easter egg:
7 |
8 | `apt moo`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/archey.md:
--------------------------------------------------------------------------------
1 | # archey
2 |
3 | > Simple tool for stylishly displaying system information.
4 | > More information: .
5 |
6 | - Show system information:
7 |
8 | `archey`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/archivemount.md:
--------------------------------------------------------------------------------
1 | # archivemount
2 |
3 | > Mount an archive for access as a filesystem.
4 | > More information: .
5 |
6 | - Mount an archive to a specific mountpoint:
7 |
8 | `archivemount {{path/to/archive}} {{path/to/mount_point}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/arpaname.md:
--------------------------------------------------------------------------------
1 | # arpaname
2 |
3 | > Get the corresponding ARPA name for a IP addresses.
4 | > More information: .
5 |
6 | - Translate IP addresses (IPv4 and IPv6) to the corresponding ARPA name:
7 |
8 | `arpaname {{ip_address}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/auto-cpufreq.md:
--------------------------------------------------------------------------------
1 | # auto-cpufreq
2 |
3 | > Automatic CPU speed & power optimizer.
4 | > More information: .
5 |
6 | - Run `auto-cpufreq` in a specific mode:
7 |
8 | `sudo auto-cpufreq --{{monitor|live|update|remove|stats|force=governor}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/batcat.md:
--------------------------------------------------------------------------------
1 | # batcat
2 |
3 | > This command is an alias of `bat`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr bat`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/broot.md:
--------------------------------------------------------------------------------
1 | # broot
2 |
3 | > Navigate directory trees interactively.
4 | > See also: `br`.
5 | > More information: .
6 |
7 | - Install or reinstall the `br` shell function:
8 |
9 | `broot --install`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/btrfs-version.md:
--------------------------------------------------------------------------------
1 | # btrfs version
2 |
3 | > Display btrfs-progs version.
4 | > More information: .
5 |
6 | - Display help:
7 |
8 | `btrfs version --help`
9 |
10 | - Display btrfs-progs version:
11 |
12 | `btrfs version`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/cacademo.md:
--------------------------------------------------------------------------------
1 | # cacademo
2 |
3 | > Display a random ASCII art animation.
4 | > More information: .
5 |
6 | - View an animation:
7 |
8 | `cacademo`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/cacafire.md:
--------------------------------------------------------------------------------
1 | # cacafire
2 |
3 | > Display an animated ASCII fire.
4 | > More information: .
5 |
6 | - Display the ASCII fire:
7 |
8 | `cacafire`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/cacaview.md:
--------------------------------------------------------------------------------
1 | # cacaview
2 |
3 | > Display an image in PMN format.
4 | > More information: .
5 |
6 | - Display an image:
7 |
8 | `cacaview {{path/to/image}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/caffeinate.md:
--------------------------------------------------------------------------------
1 | # caffeinate
2 |
3 | > Prevent desktop from sleeping.
4 | > More information: .
5 |
6 | - Prevent desktop from sleeping (use `Ctrl + C` to exit):
7 |
8 | `caffeinate`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/caffeine-indicator.md:
--------------------------------------------------------------------------------
1 | # caffeine-indicator
2 |
3 | > Manually inhibit desktop idleness with a toggle.
4 | > More information: .
5 |
6 | - Manually inhibit desktop idleness with a toggle:
7 |
8 | `caffeine-indicator`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/cc.md:
--------------------------------------------------------------------------------
1 | # cc
2 |
3 | > This command is an alias of `gcc`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr gcc`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/cdrdao.md:
--------------------------------------------------------------------------------
1 | # cdrdao
2 |
3 | > Read and write CDs in disc-at-once mode.
4 | > More information: .
5 |
6 | - Read a CD and write its contents to a file:
7 |
8 | `cdrdao read-cd --device {{/dev/cdrom}} --read-raw {{image.toc}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/debuginfod-find.md:
--------------------------------------------------------------------------------
1 | # debuginfod-find
2 |
3 | > Request debuginfo-related data.
4 | > More information: .
5 |
6 | - Request data based on the `build_id`:
7 |
8 | `debuginfod-find -vv debuginfo {{build_id}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/delpart.md:
--------------------------------------------------------------------------------
1 | # delpart
2 |
3 | > Ask the Linux kernel to forget about a partition.
4 | > More information: .
5 |
6 | - Tell the kernel to forget about the first partition of `/dev/sda`:
7 |
8 | `sudo delpart {{/dev/sda}} {{1}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/dhcpcd.md:
--------------------------------------------------------------------------------
1 | # dhcpcd
2 |
3 | > DHCP client.
4 | > More information: .
5 |
6 | - Release all address leases:
7 |
8 | `sudo dhcpcd --release`
9 |
10 | - Request the DHCP server for new leases:
11 |
12 | `sudo dhcpcd --rebind`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/dnf5-group.md:
--------------------------------------------------------------------------------
1 | # dnf5 group
2 |
3 | > This command is an alias of `dnf group`.
4 | > Note: from Fedora 37 to 40 (inclusive), `dnf` runs DNF v4 while `dnf5` runs DNF v5.
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr dnf group`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/dpkg-reconfigure.md:
--------------------------------------------------------------------------------
1 | # dpkg-reconfigure
2 |
3 | > Reconfigure an already installed package.
4 | > More information: .
5 |
6 | - Reconfigure one or more packages:
7 |
8 | `dpkg-reconfigure {{package1 package2 ...}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/dump.exfat.md:
--------------------------------------------------------------------------------
1 | # dump.exfat
2 |
3 | > Show on-disk information of an exFAT filesystem.
4 | > More information: .
5 |
6 | - Print on-disk information for a given filesystem:
7 |
8 | `dump.exfat {{/dev/sdXY}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/e2label.md:
--------------------------------------------------------------------------------
1 | # e2label
2 |
3 | > Change the label on an ext2/ext3/ext4 filesystem.
4 | > More information: .
5 |
6 | - Change the volume label on a specific ext partition:
7 |
8 | `e2label {{/dev/sda1}} "{{label_name}}"`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/exch.md:
--------------------------------------------------------------------------------
1 | # exch
2 |
3 | > Swap the filepaths and filenames of two files.
4 | > More information: .
5 |
6 | - Swap filepaths:
7 |
8 | `exch {{path/to/file1}} {{path/to/file2}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/fprintd.md:
--------------------------------------------------------------------------------
1 | # fprintd
2 |
3 | > Fingerprint management daemon.
4 | > More information: .
5 |
6 | - Display the man page for `fprintd`:
7 |
8 | `man fprintd`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/gif2webp.md:
--------------------------------------------------------------------------------
1 | # gif2webp
2 |
3 | > Convert a GIF image to WebP.
4 | > More information: .
5 |
6 | - Convert a GIF image to WebP:
7 |
8 | `gif2webp {{path/to/image.gif}} -o {{path/to/image.webp}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/google-chrome-stable.md:
--------------------------------------------------------------------------------
1 | # google-chrome-stable
2 |
3 | > This command is an alias of `chromium`.
4 | > More information: .
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr chromium`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/groupdel.md:
--------------------------------------------------------------------------------
1 | # groupdel
2 |
3 | > Delete existing user groups from the system.
4 | > See also: `groups`, `groupadd`, `groupmod`.
5 | > More information: .
6 |
7 | - Delete an existing group:
8 |
9 | `sudo groupdel {{group_name}}`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/gtk-launch.md:
--------------------------------------------------------------------------------
1 | # gtk-launch
2 |
3 | > Launch applications from `.desktop` files that reside in standard locations.
4 | > More information: .
5 |
6 | - Launch an application:
7 |
8 | `gtk-launch {{Application_name}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/i386.md:
--------------------------------------------------------------------------------
1 | # i386
2 |
3 | > This command is an alias of `setarch i386`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr setarch`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/i7z.md:
--------------------------------------------------------------------------------
1 | # i7z
2 |
3 | > An Intel CPU (only i3, i5 and i7) realtime reporting tool.
4 | > More information: .
5 |
6 | - Start i7z (needs to be run in superuser mode):
7 |
8 | `sudo i7z`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ifdown.md:
--------------------------------------------------------------------------------
1 | # ifdown
2 |
3 | > Disable network interfaces.
4 | > More information: .
5 |
6 | - Disable interface eth0:
7 |
8 | `ifdown {{eth0}}`
9 |
10 | - Disable all interfaces which are enabled:
11 |
12 | `ifdown -a`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ifstatus.md:
--------------------------------------------------------------------------------
1 | # ifstatus
2 |
3 | > Display OpenWRT interface status in JSON format.
4 | > More information: .
5 |
6 | - Display interface status:
7 |
8 | `ifstatus {{interface_name}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ifup.md:
--------------------------------------------------------------------------------
1 | # ifup
2 |
3 | > Enable network interfaces.
4 | > More information: .
5 |
6 | - Enable interface eth0:
7 |
8 | `ifup {{eth0}}`
9 |
10 | - Enable all the interfaces defined with "auto" in `/etc/network/interfaces`:
11 |
12 | `ifup -a`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/img2webp.md:
--------------------------------------------------------------------------------
1 | # img2webp
2 |
3 | > Convert an image to WebP.
4 | > More information: .
5 |
6 | - Convert an image to WebP:
7 |
8 | `img2webp {{path/to/image}} -o {{path/to/image.webp}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ip-route-list.md:
--------------------------------------------------------------------------------
1 | # ip route list
2 |
3 | > This command is an alias of `ip route show`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr ip route show`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ip6tables-restore.md:
--------------------------------------------------------------------------------
1 | # ip6tables-restore
2 |
3 | > This command is an alias of `iptables-restore` for the IPv6 firewall.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr iptables-restore`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ip6tables-save.md:
--------------------------------------------------------------------------------
1 | # ip6tables-save
2 |
3 | > This command is an alias of `iptables-save` for the IPv6 firewall.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr iptables-save`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ip6tables.md:
--------------------------------------------------------------------------------
1 | # ip6tables
2 |
3 | > This command is an alias of `iptables` for the IPv6 firewall.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr iptables`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/lci.md:
--------------------------------------------------------------------------------
1 | # lci
2 |
3 | > LOLCODE interpreter written in C.
4 | > More information: .
5 |
6 | - Run a LOLCODE file:
7 |
8 | `lci {{path/to/file}}`
9 |
10 | - Display help:
11 |
12 | `lci -h`
13 |
14 | - Display version:
15 |
16 | `lci -v`
17 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/line.md:
--------------------------------------------------------------------------------
1 | # line
2 |
3 | > Read a single line of input.
4 | > More information: .
5 |
6 | - Read input:
7 |
8 | `line`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/links2.md:
--------------------------------------------------------------------------------
1 | # links2
2 |
3 | > Command-line web browser.
4 | > See also: `links`.
5 | > More information: .
6 |
7 | - Visit a website in graphics mode:
8 |
9 | `links2 -g {{https://example.com}}`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/linux32.md:
--------------------------------------------------------------------------------
1 | # linux32
2 |
3 | > This command is an alias of `setarch linux32`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr setarch`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/linux64.md:
--------------------------------------------------------------------------------
1 | # linux64
2 |
3 | > This command is an alias of `setarch linux64`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr setarch`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/lndir.md:
--------------------------------------------------------------------------------
1 | # lndir
2 |
3 | > Create a shadow directory of symbolic links to another directory tree.
4 | > More information: .
5 |
6 | - Create a shadow directory in the current directory:
7 |
8 | `lndir {{path/to/directory}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/lookandfeeltool.md:
--------------------------------------------------------------------------------
1 | # lookandfeeltool
2 |
3 | > This command is an alias of `plasma-apply-lookandfeel`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr plasma-apply-lookandfeel`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/lsmod.md:
--------------------------------------------------------------------------------
1 | # lsmod
2 |
3 | > Show the status of Linux kernel modules.
4 | > See also: `kmod`, for other module management commands.
5 | > More information: .
6 |
7 | - List all currently loaded kernel modules:
8 |
9 | `lsmod`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/lz.md:
--------------------------------------------------------------------------------
1 | # lz
2 |
3 | > List all files inside a '.tar.gz' compressed archive.
4 | > More information: .
5 |
6 | - List all files inside a compressed archive:
7 |
8 | `lz {{path/to/file.tar.gz}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/mate-about.md:
--------------------------------------------------------------------------------
1 | # mate-about
2 |
3 | > Show information about MATE desktop environment.
4 | > More information: .
5 |
6 | - Display MATE version:
7 |
8 | `mate-about --version`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/megadl.md:
--------------------------------------------------------------------------------
1 | # megadl
2 |
3 | > This command is an alias of `megatools-dl`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr megatools-dl`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/mkfs.minix.md:
--------------------------------------------------------------------------------
1 | # mkfs.minix
2 |
3 | > Create a Minix filesystem inside a partition.
4 | > More information: .
5 |
6 | - Create a Minix filesystem inside partition 1 on device b (`sdb1`):
7 |
8 | `mkfs.minix {{/dev/sdb1}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/mklost+found.md:
--------------------------------------------------------------------------------
1 | # mklost+found
2 |
3 | > Create a lost+found directory.
4 | > More information: .
5 |
6 | - Create a `lost+found` directory in the current directory:
7 |
8 | `mklost+found`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/mlabel.md:
--------------------------------------------------------------------------------
1 | # mlabel
2 |
3 | > Set an MS-DOS volume label for FAT and VFAT filesystems.
4 | > More information: .
5 |
6 | - Set a filesystem label:
7 |
8 | `mlabel -i {{/dev/sda}} ::"{{new_label}}"`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/mount.smb3.md:
--------------------------------------------------------------------------------
1 | # mount.smb3
2 |
3 | > This command is an alias of `mount.cifs`.
4 | > Note: for SMB versions before 3 you have to use `mount.cifs` instead.
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr mount.cifs`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ncal.md:
--------------------------------------------------------------------------------
1 | # ncal
2 |
3 | > This command is an alias of `cal`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr cal`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/nmtui-connect.md:
--------------------------------------------------------------------------------
1 | # nmtui-connect
2 |
3 | > This command is an alias of `nmtui connect`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr nmtui`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/nmtui-edit.md:
--------------------------------------------------------------------------------
1 | # nmtui-edit
2 |
3 | > This command is an alias of `nmtui edit`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr nmtui`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/nmtui-hostname.md:
--------------------------------------------------------------------------------
1 | # nmtui-hostname
2 |
3 | > This command is an alias of `nmtui hostname`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr nmtui`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ntfsfix.md:
--------------------------------------------------------------------------------
1 | # ntfsfix
2 |
3 | > Fix common problems on an NTFS partition.
4 | > More information: .
5 |
6 | - Fix a given NTFS partition:
7 |
8 | `sudo ntfsfix {{/dev/sdXN}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/oomctl.md:
--------------------------------------------------------------------------------
1 | # oomctl
2 |
3 | > Analyze the state stored in `systemd-oomd`.
4 | > More information: .
5 |
6 | - Show the current state of the cgroups and system contexts stored by `systemd-oomd`:
7 |
8 | `oomctl dump`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/opera-stable.md:
--------------------------------------------------------------------------------
1 | # opera-stable
2 |
3 | > This command is an alias of `chromium`.
4 | > More information: .
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr chromium`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pacman-d.md:
--------------------------------------------------------------------------------
1 | # pacman -D
2 |
3 | > This command is an alias of `pacman --database`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pacman database`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pacman-f.md:
--------------------------------------------------------------------------------
1 | # pacman -F
2 |
3 | > This command is an alias of `pacman --files`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pacman files`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pacman-q.md:
--------------------------------------------------------------------------------
1 | # pacman -Q
2 |
3 | > This command is an alias of `pacman --query`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pacman query`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pacman-r.md:
--------------------------------------------------------------------------------
1 | # pacman -R
2 |
3 | > This command is an alias of `pacman --remove`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pacman remove`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pacman-s.md:
--------------------------------------------------------------------------------
1 | # pacman -S
2 |
3 | > This command is an alias of `pacman --sync`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pacman sync`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pacman-t.md:
--------------------------------------------------------------------------------
1 | # pacman -T
2 |
3 | > This command is an alias of `pacman --deptest`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pacman deptest`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pacman-u.md:
--------------------------------------------------------------------------------
1 | # pacman -U
2 |
3 | > This command is an alias of `pacman --upgrade`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pacman upgrade`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pg.md:
--------------------------------------------------------------------------------
1 | # pg
2 |
3 | > View files one page at a time.
4 | > More information: .
5 |
6 | - View a file:
7 |
8 | `pg {{path/to/file}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pkgctl-release.md:
--------------------------------------------------------------------------------
1 | # pkgctl release
2 |
3 | > Release step to commit, tag and upload build artifacts.
4 | > More information: .
5 |
6 | - Release a build artifact:
7 |
8 | `pkgctl release --repo {{repository}} --message {{commit_message}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pkgrm.md:
--------------------------------------------------------------------------------
1 | # pkgrm
2 |
3 | > Remove a package from a CRUX system.
4 | > More information: .
5 |
6 | - Remove an installed package:
7 |
8 | `pkgrm {{package}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/po4a.md:
--------------------------------------------------------------------------------
1 | # po4a
2 |
3 | > Update both PO files and translated documents.
4 | > More information: .
5 |
6 | - Update PO files and documents according to the specified configuration file:
7 |
8 | `po4a {{path/to/config_file}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pw-play.md:
--------------------------------------------------------------------------------
1 | # pw-play
2 |
3 | > This command is an alias of `pw-cat --playback`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pw-cat`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pw-record.md:
--------------------------------------------------------------------------------
1 | # pw-record
2 |
3 | > This command is an alias of `pw-cat --record`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr pw-cat`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/pwdx.md:
--------------------------------------------------------------------------------
1 | # pwdx
2 |
3 | > Print working directory of a process.
4 | > More information: .
5 |
6 | - Print current working directory of a process:
7 |
8 | `pwdx {{process_id}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-import-disk.md:
--------------------------------------------------------------------------------
1 | # qm import disk
2 |
3 | > This command is an alias of `qm disk import`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr qm disk import`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-listsnapshot.md:
--------------------------------------------------------------------------------
1 | # qm listsnapshot
2 |
3 | > List snapshots of virtual machines.
4 | > More information: .
5 |
6 | - List all snapshots of a specific virtual machine:
7 |
8 | `qm listsnapshot {{vm_id}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-monitor.md:
--------------------------------------------------------------------------------
1 | # qm monitor
2 |
3 | > Enter the QEMU Monitor interface.
4 | > More information: .
5 |
6 | - Enter the QEMU Monitor interface of a specific virtual machine:
7 |
8 | `qm monitor {{vm_id}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-move-disk.md:
--------------------------------------------------------------------------------
1 | # qm move disk
2 |
3 | > This command is an alias of `qm disk move`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr qm disk move`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-move_disk.md:
--------------------------------------------------------------------------------
1 | # qm move_disk
2 |
3 | > This command is an alias of `qm disk move`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr qm disk move`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-mtunnel.md:
--------------------------------------------------------------------------------
1 | # qm mtunnel
2 |
3 | > Used by `qmigrate`.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Command used by `qmigrate` during data migration from a VM to another host:
8 |
9 | `qm mtunnel`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-nbdstop.md:
--------------------------------------------------------------------------------
1 | # qm nbdstop
2 |
3 | > Stop embedded nbd server.
4 | > More information: .
5 |
6 | - Stop embedded nbd server:
7 |
8 | `qm nbdstop {{VM_ID}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-resize.md:
--------------------------------------------------------------------------------
1 | # qm resize
2 |
3 | > This command is an alias of `qm disk resize`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr qm disk resize`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-rollback.md:
--------------------------------------------------------------------------------
1 | # qm rollback
2 |
3 | > Rollback the VM state to a specified snapshot.
4 | > More information: .
5 |
6 | - Rollback the state of a specific VM to a specified snapshot:
7 |
8 | `qm rollback {{vm_id}} {{snap_name}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-template.md:
--------------------------------------------------------------------------------
1 | # qm template
2 |
3 | > Create a Proxmox VM template.
4 | > More information: .
5 |
6 | - Create a template out of a specific virtual machine:
7 |
8 | `qm template {{vm_id}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-unlock.md:
--------------------------------------------------------------------------------
1 | # qm unlock
2 |
3 | > Unlock a virtual machine in QEMU/KVM Virtual Machine Manager.
4 | > More information: .
5 |
6 | - Unlock a specific virtual machine:
7 |
8 | `qm unlock {{vm_id}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/qm-vncproxy.md:
--------------------------------------------------------------------------------
1 | # qm vncproxy
2 |
3 | > Proxy Virtual Machine VNC (Virtual network computing) traffic to `stdin` or `stdout`.
4 | > More information: .
5 |
6 | - Proxy a specific virtual machine:
7 |
8 | `qm vncproxy {{vm_id}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/raspi-config.md:
--------------------------------------------------------------------------------
1 | # raspi-config
2 |
3 | > An `ncurses` terminal GUI to config a Raspberry Pi.
4 | > More information: .
5 |
6 | - Start `raspi-config`:
7 |
8 | `sudo raspi-config`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/raspinfo.md:
--------------------------------------------------------------------------------
1 | # raspinfo
2 |
3 | > Display Raspberry Pi system information.
4 | > More information: .
5 |
6 | - Display system information:
7 |
8 | `raspinfo`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/readcd.md:
--------------------------------------------------------------------------------
1 | # readcd
2 |
3 | > Read or write Compact Disc media data.
4 | > More information: .
5 |
6 | - Read a cd and copy it to a file:
7 |
8 | `readcd dev={{/dev/srX}} f={{path/to/file.iso}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/scancel.md:
--------------------------------------------------------------------------------
1 | # scancel
2 |
3 | > Cancel a Slurm job.
4 | > More information: .
5 |
6 | - Cancel a job using its ID:
7 |
8 | `scancel {{job_id}}`
9 |
10 | - Cancel all jobs from a user:
11 |
12 | `scancel {{user_name}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/sensors.md:
--------------------------------------------------------------------------------
1 | # sensors
2 |
3 | > Report sensors information.
4 | > More information: .
5 |
6 | - Show the current readings of all sensor chips:
7 |
8 | `sensors`
9 |
10 | - Show temperatures in degrees Fahrenheit:
11 |
12 | `sensors --fahrenheit`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/shntool-split.md:
--------------------------------------------------------------------------------
1 | # shntool split
2 |
3 | > This command is an alias of `shnsplit`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr shnsplit`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/smbnetfs.md:
--------------------------------------------------------------------------------
1 | # smbnetfs
2 |
3 | > Mount SMB shares interactively.
4 | > More information: .
5 |
6 | - Make shares available at `mountpoint`:
7 |
8 | `smbnetfs {{mountpoint}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/snake4scores.md:
--------------------------------------------------------------------------------
1 | # snake4scores
2 |
3 | > Show the high scores from the snake4 game.
4 | > More information: .
5 |
6 | - Show the highscores:
7 |
8 | `snake4scores`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/speedometer.md:
--------------------------------------------------------------------------------
1 | # speedometer
2 |
3 | > Python script that shows a network traffic graph in the terminal.
4 | > More information: .
5 |
6 | - Show graph for a specific interface:
7 |
8 | `speedometer -r {{eth0}} -t {{eth0}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/steamos-add-to-steam.md:
--------------------------------------------------------------------------------
1 | # steamos-add-to-steam
2 |
3 | > Add a program to Steam library.
4 | > More information: .
5 |
6 | - Add a program to Steam library:
7 |
8 | `steamos-add-to-steam {{path/to/file}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/steamos-dump-info.md:
--------------------------------------------------------------------------------
1 | # steamos-dump-info
2 |
3 | > View SteamOS system information.
4 | > More information: .
5 |
6 | - View SteamOS system information:
7 |
8 | `sudo steamos-dump-info`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/steamos-update.md:
--------------------------------------------------------------------------------
1 | # steamos-update
2 |
3 | > Update SteamOS.
4 | > More information: .
5 |
6 | - Update the operating system:
7 |
8 | `steamos-update`
9 |
10 | - Check if there is an update available:
11 |
12 | `steamos-update check`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/sview.md:
--------------------------------------------------------------------------------
1 | # sview
2 |
3 | > Start a GUI to view and modify the state of Slurm.
4 | > More information: .
5 |
6 | - Start a GUI to view and modify the state of Slurm:
7 |
8 | `sview`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/systemd-umount.md:
--------------------------------------------------------------------------------
1 | # systemd-umount
2 |
3 | > This command is an alias of `systemd-mount --umount`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr systemd-mount`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/tailf.md:
--------------------------------------------------------------------------------
1 | # tailf
2 |
3 | > This command has been superseded by `tail -f`.
4 | > More information: .
5 |
6 | - View documentation for the recommended replacement:
7 |
8 | `tldr tail`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/tcpflow.md:
--------------------------------------------------------------------------------
1 | # tcpflow
2 |
3 | > Capture TCP traffic for debugging and analysis.
4 | > More information: .
5 |
6 | - Show all data on the given interface and port:
7 |
8 | `tcpflow -c -i {{eth0}} port {{80}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/tcpkill.md:
--------------------------------------------------------------------------------
1 | # tcpkill
2 |
3 | > Kill specified in-progress TCP connections.
4 | > More information: .
5 |
6 | - Kill in-progress connections at a specified interface, host and port:
7 |
8 | `tcpkill -i {{eth1}} host {{192.95.4.27}} and port {{2266}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/ubuntu-bug.md:
--------------------------------------------------------------------------------
1 | # ubuntu-bug
2 |
3 | > This command is an alias of `apport-bug`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr apport-bug`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/uname26.md:
--------------------------------------------------------------------------------
1 | # uname26
2 |
3 | > This command is an alias of `setarch uname26`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr setarch`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/unmount.md:
--------------------------------------------------------------------------------
1 | # umount
2 |
3 | > The correct command is `umount` (u-mount).
4 | > More information: .
5 |
6 | - View documentation for the correct command:
7 |
8 | `tldr umount`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/vigr.md:
--------------------------------------------------------------------------------
1 | # vigr
2 |
3 | > Edit the group file.
4 | > More information: .
5 |
6 | - Edit the group file:
7 |
8 | `vigr`
9 |
10 | - Display version:
11 |
12 | `vigr --version`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/vipw.md:
--------------------------------------------------------------------------------
1 | # vipw
2 |
3 | > Edit the password file.
4 | > More information: .
5 |
6 | - Edit the password file:
7 |
8 | `vipw`
9 |
10 | - Display version:
11 |
12 | `vipw --version`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/vivaldi-stable.md:
--------------------------------------------------------------------------------
1 | # vivaldi-stable
2 |
3 | > This command is an alias of `chromium`.
4 | > More information: .
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr chromium`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/wtf.md:
--------------------------------------------------------------------------------
1 | # wtf
2 |
3 | > Show the expansions of acronyms.
4 | > More information: .
5 |
6 | - Expand a given acronym:
7 |
8 | `wtf {{IMO}}`
9 |
10 | - Specify a computer related search type:
11 |
12 | `wtf -t {{comp}} {{WWW}}`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/x86_64.md:
--------------------------------------------------------------------------------
1 | # x86_64
2 |
3 | > This command is an alias of `setarch x86_64`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr setarch`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/xfs_repair.md:
--------------------------------------------------------------------------------
1 | # xfs_repair
2 |
3 | > Repair an XFS filesystem.
4 | > More information: .
5 |
6 | - Repair a partition:
7 |
8 | `sudo xfs_repair {{path/to/partition}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/yum-config-manager.md:
--------------------------------------------------------------------------------
1 | # yum config-manager
2 |
3 | > This command is an alias of `dnf config-manager`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr dnf config-manager`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/zdump.md:
--------------------------------------------------------------------------------
1 | # zdump
2 |
3 | > Print timezone information.
4 | > More information: .
5 |
6 | - Print the current time in a timezone:
7 |
8 | `zdump {{timezone}}`
9 |
10 | - Display help:
11 |
12 | `zdump --help`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/linux/zforce.md:
--------------------------------------------------------------------------------
1 | # zforce
2 |
3 | > Add a `.gz` extension to files compressed using `gzip`.
4 | > More information: .
5 |
6 | - Add a `.gz` extension to the supplied Gzip files (Note: other files are ignored):
7 |
8 | `zforce {{path/to/file1 path/to/file2 ...}}`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/netbsd/chfn.md:
--------------------------------------------------------------------------------
1 | # chfn
2 |
3 | > This command is an alias of `chpass`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr chpass`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/netbsd/chsh.md:
--------------------------------------------------------------------------------
1 | # chsh
2 |
3 | > This command is an alias of `chpass`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr chpass`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/openbsd/chfn.md:
--------------------------------------------------------------------------------
1 | # chfn
2 |
3 | > This command is an alias of `chpass`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr chpass`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/openbsd/chsh.md:
--------------------------------------------------------------------------------
1 | # chsh
2 |
3 | > This command is an alias of `chpass`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr chpass`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/aa.md:
--------------------------------------------------------------------------------
1 | # aa
2 |
3 | > This command is an alias of `yaa`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr yaa`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/airportd.md:
--------------------------------------------------------------------------------
1 | # airportd
2 |
3 | > Manage wireless interfaces.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `airportd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/applecamerad.md:
--------------------------------------------------------------------------------
1 | # applecamerad
2 |
3 | > Camera manager.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `applecamerad`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/appsleepd.md:
--------------------------------------------------------------------------------
1 | # appsleepd
2 |
3 | > Start app sleep services.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `appsleepd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/autofsd.md:
--------------------------------------------------------------------------------
1 | # autofsd
2 |
3 | > Run `automount` on startup and network configuration change events.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `autofsd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/autoraise.md:
--------------------------------------------------------------------------------
1 | # AutoRaise
2 |
3 | > Automatically raise and/or focus a window when hovering over it with the mouse.
4 | > More information: .
5 |
6 | - Run AutoRaise in the background:
7 |
8 | `autoraise &`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/avbdeviced.md:
--------------------------------------------------------------------------------
1 | # avbdeviced
2 |
3 | > A service for managing Audio Video Bridging (AVB) devices.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `avbdeviced`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/backupd.md:
--------------------------------------------------------------------------------
1 | # backupd
2 |
3 | > Create Time Machine backups and manages its backup history.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `backupd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/biomesyncd.md:
--------------------------------------------------------------------------------
1 | # biomesyncd
2 |
3 | > Synchronizes data between devices registered to the same account.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `biomesyncd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/biometrickitd.md:
--------------------------------------------------------------------------------
1 | # biometrickitd
2 |
3 | > Get support for biometric operations.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `biometrickitd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/bird.md:
--------------------------------------------------------------------------------
1 | # bird
2 |
3 | > This supports the syncing of iCloud and iCloud Drive.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `bird`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/bnepd.md:
--------------------------------------------------------------------------------
1 | # bnepd
2 |
3 | > A service that handles all Bluetooth network connections.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `bnepd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/cfprefsd.md:
--------------------------------------------------------------------------------
1 | # cfprefsd
2 |
3 | > Start preferences services (`CFPreferences`, `NSUserDefaults`).
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `cfprefsd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/cloudd.md:
--------------------------------------------------------------------------------
1 | # cloudd
2 |
3 | > Backs the CloudKit feature.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `cloudd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/cloudphotod.md:
--------------------------------------------------------------------------------
1 | # cloudphotod
2 |
3 | > This synchronizes iCloud Photos.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `cloudphotod`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/corebrightnessd.md:
--------------------------------------------------------------------------------
1 | # corebrightnessd
2 |
3 | > Manage Night Shift.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `corebrightnessd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/ctkd.md:
--------------------------------------------------------------------------------
1 | # ctkd
2 |
3 | > SmartCard daemon.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `ctkd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/deleted.md:
--------------------------------------------------------------------------------
1 | # deleted
2 |
3 | > Keeps track of purgeable space and asks clients to purge when space is low.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `deleted`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/distnoted.md:
--------------------------------------------------------------------------------
1 | # distnoted
2 |
3 | > Start distributed notification services.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `distnoted`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/fontd.md:
--------------------------------------------------------------------------------
1 | # fontd
2 |
3 | > Make fonts available to the system.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `fontd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/g[.md:
--------------------------------------------------------------------------------
1 | # g[
2 |
3 | > This command is an alias of GNU `[`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux [`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gawk.md:
--------------------------------------------------------------------------------
1 | # gawk
2 |
3 | > This command is an alias of GNU `awk`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr awk`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gb2sum.md:
--------------------------------------------------------------------------------
1 | # gb2sum
2 |
3 | > This command is an alias of GNU `b2sum`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux b2sum`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gbase32.md:
--------------------------------------------------------------------------------
1 | # gbase32
2 |
3 | > This command is an alias of GNU `base32`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux base32`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gbase64.md:
--------------------------------------------------------------------------------
1 | # gbase64
2 |
3 | > This command is an alias of GNU `base64`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux base64`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gbasename.md:
--------------------------------------------------------------------------------
1 | # gbasename
2 |
3 | > This command is an alias of GNU `basename`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux basename`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gbasenc.md:
--------------------------------------------------------------------------------
1 | # gbasenc
2 |
3 | > This command is an alias of GNU `basenc`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux basenc`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gcat.md:
--------------------------------------------------------------------------------
1 | # gcat
2 |
3 | > This command is an alias of GNU `cat`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux cat`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gchcon.md:
--------------------------------------------------------------------------------
1 | # gchcon
2 |
3 | > This command is an alias of GNU `chcon`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux chcon`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gchgrp.md:
--------------------------------------------------------------------------------
1 | # gchgrp
2 |
3 | > This command is an alias of GNU `chgrp`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux chgrp`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gchmod.md:
--------------------------------------------------------------------------------
1 | # gchmod
2 |
3 | > This command is an alias of GNU `chmod`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux chmod`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gchown.md:
--------------------------------------------------------------------------------
1 | # gchown
2 |
3 | > This command is an alias of GNU `chown`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux chown`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gchroot.md:
--------------------------------------------------------------------------------
1 | # gchroot
2 |
3 | > This command is an alias of GNU `chroot`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux chroot`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gcksum.md:
--------------------------------------------------------------------------------
1 | # gcksum
2 |
3 | > This command is an alias of GNU `cksum`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux cksum`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gcomm.md:
--------------------------------------------------------------------------------
1 | # gcomm
2 |
3 | > This command is an alias of GNU `comm`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux comm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gcp.md:
--------------------------------------------------------------------------------
1 | # gcp
2 |
3 | > This command is an alias of GNU `cp`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux cp`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gcsplit.md:
--------------------------------------------------------------------------------
1 | # gcsplit
2 |
3 | > This command is an alias of GNU `csplit`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux csplit`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gcut.md:
--------------------------------------------------------------------------------
1 | # gcut
2 |
3 | > This command is an alias of GNU `cut`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux cut`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gdate.md:
--------------------------------------------------------------------------------
1 | # gdate
2 |
3 | > This command is an alias of GNU `date`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux date`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gdd.md:
--------------------------------------------------------------------------------
1 | # gdd
2 |
3 | > This command is an alias of GNU `dd`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux dd`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gdf.md:
--------------------------------------------------------------------------------
1 | # gdf
2 |
3 | > This command is an alias of GNU `df`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux df`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gdir.md:
--------------------------------------------------------------------------------
1 | # gdir
2 |
3 | > This command is an alias of GNU `dir`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux dir`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gdircolors.md:
--------------------------------------------------------------------------------
1 | # gdircolors
2 |
3 | > This command is an alias of GNU `dircolors`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux dircolors`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gdirname.md:
--------------------------------------------------------------------------------
1 | # gdirname
2 |
3 | > This command is an alias of GNU `dirname`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux dirname`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gdnsdomainname.md:
--------------------------------------------------------------------------------
1 | # gdnsdomainname
2 |
3 | > This command is an alias of GNU `dnsdomainname`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux dnsdomainname`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gecho.md:
--------------------------------------------------------------------------------
1 | # gecho
2 |
3 | > This command is an alias of GNU `echo`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux echo`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/ged.md:
--------------------------------------------------------------------------------
1 | # ged
2 |
3 | > This command is an alias of GNU `ed`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux ed`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gegrep.md:
--------------------------------------------------------------------------------
1 | # gegrep
2 |
3 | > This command is an alias of GNU `egrep`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux egrep`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/genv.md:
--------------------------------------------------------------------------------
1 | # genv
2 |
3 | > This command is an alias of GNU `env`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux env`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gexpand.md:
--------------------------------------------------------------------------------
1 | # gexpand
2 |
3 | > This command is an alias of GNU `expand`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux expand`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gexpr.md:
--------------------------------------------------------------------------------
1 | # gexpr
2 |
3 | > This command is an alias of GNU `expr`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux expr`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gfactor.md:
--------------------------------------------------------------------------------
1 | # gfactor
2 |
3 | > This command is an alias of GNU `factor`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux factor`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gfalse.md:
--------------------------------------------------------------------------------
1 | # gfalse
2 |
3 | > This command is an alias of GNU `false`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux false`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gfgrep.md:
--------------------------------------------------------------------------------
1 | # gfgrep
2 |
3 | > This command is an alias of GNU `fgrep`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux fgrep`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gfind.md:
--------------------------------------------------------------------------------
1 | # gfind
2 |
3 | > This command is an alias of GNU `find`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux find`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gfmt.md:
--------------------------------------------------------------------------------
1 | # gfmt
2 |
3 | > This command is an alias of GNU `fmt`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux fmt`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gfold.md:
--------------------------------------------------------------------------------
1 | # gfold
2 |
3 | > This command is an alias of GNU `fold`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux fold`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gftp.md:
--------------------------------------------------------------------------------
1 | # gftp
2 |
3 | > This command is an alias of GNU `ftp`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux ftp`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/ggrep.md:
--------------------------------------------------------------------------------
1 | # ggrep
2 |
3 | > This command is an alias of GNU `grep`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux grep`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/ggroups.md:
--------------------------------------------------------------------------------
1 | # ggroups
2 |
3 | > This command is an alias of GNU `groups`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux groups`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/ghead.md:
--------------------------------------------------------------------------------
1 | # ghead
2 |
3 | > This command is an alias of GNU `head`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux head`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/ghostid.md:
--------------------------------------------------------------------------------
1 | # ghostid
2 |
3 | > This command is an alias of GNU `hostid`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux hostid`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/ghostname.md:
--------------------------------------------------------------------------------
1 | # ghostname
2 |
3 | > This command is an alias of GNU `hostname`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux hostname`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gid.md:
--------------------------------------------------------------------------------
1 | # gid
2 |
3 | > This command is an alias of GNU `id`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux id`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gifconfig.md:
--------------------------------------------------------------------------------
1 | # gifconfig
2 |
3 | > This command is an alias of GNU `ifconfig`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux ifconfig`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gindent.md:
--------------------------------------------------------------------------------
1 | # gindent
2 |
3 | > This command is an alias of GNU `indent`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux indent`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/ginstall.md:
--------------------------------------------------------------------------------
1 | # ginstall
2 |
3 | > This command is an alias of GNU `install`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux install`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gjoin.md:
--------------------------------------------------------------------------------
1 | # gjoin
2 |
3 | > This command is an alias of GNU `join`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux join`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gkill.md:
--------------------------------------------------------------------------------
1 | # gkill
2 |
3 | > This command is an alias of GNU `kill`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux kill`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/glibtool.md:
--------------------------------------------------------------------------------
1 | # glibtool
2 |
3 | > This command is an alias of GNU `libtool`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux libtool`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/glibtoolize.md:
--------------------------------------------------------------------------------
1 | # glibtoolize
2 |
3 | > This command is an alias of GNU `libtoolize`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux libtoolize`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/glink.md:
--------------------------------------------------------------------------------
1 | # glink
2 |
3 | > This command is an alias of GNU `link`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux link`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gln.md:
--------------------------------------------------------------------------------
1 | # gln
2 |
3 | > This command is an alias of GNU `ln`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux ln`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/glocate.md:
--------------------------------------------------------------------------------
1 | # glocate
2 |
3 | > This command is an alias of GNU `locate`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux locate`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/glogger.md:
--------------------------------------------------------------------------------
1 | # glogger
2 |
3 | > This command is an alias of GNU `logger`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux logger`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/glogname.md:
--------------------------------------------------------------------------------
1 | # glogname
2 |
3 | > This command is an alias of GNU `logname`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux logname`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gls.md:
--------------------------------------------------------------------------------
1 | # gls
2 |
3 | > This command is an alias of GNU `ls`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux ls`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gmake.md:
--------------------------------------------------------------------------------
1 | # gmake
2 |
3 | > This command is an alias of GNU `make`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux make`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gmd5sum.md:
--------------------------------------------------------------------------------
1 | # gmd5sum
2 |
3 | > This command is an alias of GNU `md5sum`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux md5sum`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gmkdir.md:
--------------------------------------------------------------------------------
1 | # gmkdir
2 |
3 | > This command is an alias of GNU `mkdir`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux mkdir`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gmkfifo.md:
--------------------------------------------------------------------------------
1 | # gmkfifo
2 |
3 | > This command is an alias of GNU `mkfifo`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux mkfifo`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gmknod.md:
--------------------------------------------------------------------------------
1 | # gmknod
2 |
3 | > This command is an alias of GNU `mknod`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux mknod`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gmktemp.md:
--------------------------------------------------------------------------------
1 | # gmktemp
2 |
3 | > This command is an alias of GNU `mktemp`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux mktemp`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gmv.md:
--------------------------------------------------------------------------------
1 | # gmv
2 |
3 | > This command is an alias of GNU `mv`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux mv`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gnice.md:
--------------------------------------------------------------------------------
1 | # gnice
2 |
3 | > This command is an alias of GNU `nice`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux nice`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gnl.md:
--------------------------------------------------------------------------------
1 | # gnl
2 |
3 | > This command is an alias of GNU `nl`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux nl`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gnohup.md:
--------------------------------------------------------------------------------
1 | # gnohup
2 |
3 | > This command is an alias of GNU `nohup`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux nohup`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gnproc.md:
--------------------------------------------------------------------------------
1 | # gnproc
2 |
3 | > This command is an alias of GNU `nproc`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux nproc`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gnumfmt.md:
--------------------------------------------------------------------------------
1 | # gnumfmt
2 |
3 | > This command is an alias of GNU `numfmt`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux numfmt`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/god.md:
--------------------------------------------------------------------------------
1 | # god
2 |
3 | > This command is an alias of GNU `od`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux od`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gpaste.md:
--------------------------------------------------------------------------------
1 | # gpaste
2 |
3 | > This command is an alias of GNU `paste`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux paste`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gpathchk.md:
--------------------------------------------------------------------------------
1 | # gpathchk
2 |
3 | > This command is an alias of GNU `pathchk`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux pathchk`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gping.md:
--------------------------------------------------------------------------------
1 | # gping
2 |
3 | > This command is an alias of GNU `ping`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux ping`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gping6.md:
--------------------------------------------------------------------------------
1 | # gping6
2 |
3 | > This command is an alias of GNU `ping6`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux ping6`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gpinky.md:
--------------------------------------------------------------------------------
1 | # gpinky
2 |
3 | > This command is an alias of GNU `pinky`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux pinky`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gpr.md:
--------------------------------------------------------------------------------
1 | # gpr
2 |
3 | > This command is an alias of GNU `pr`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux pr`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gprintenv.md:
--------------------------------------------------------------------------------
1 | # gprintenv
2 |
3 | > This command is an alias of GNU `printenv`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux printenv`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gprintf.md:
--------------------------------------------------------------------------------
1 | # gprintf
2 |
3 | > This command is an alias of GNU `printf`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux printf`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gptx.md:
--------------------------------------------------------------------------------
1 | # gptx
2 |
3 | > This command is an alias of GNU `ptx`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux ptx`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gpwd.md:
--------------------------------------------------------------------------------
1 | # gpwd
2 |
3 | > This command is an alias of GNU `pwd`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux pwd`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/grcp.md:
--------------------------------------------------------------------------------
1 | # grcp
2 |
3 | > This command is an alias of GNU `rcp`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux rcp`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/greadlink.md:
--------------------------------------------------------------------------------
1 | # greadlink
2 |
3 | > This command is an alias of GNU `readlink`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux readlink`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/grealpath.md:
--------------------------------------------------------------------------------
1 | # grealpath
2 |
3 | > This command is an alias of GNU `realpath`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux realpath`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/grexec.md:
--------------------------------------------------------------------------------
1 | # grexec
2 |
3 | > This command is an alias of GNU `rexec`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux rexec`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/grlogin.md:
--------------------------------------------------------------------------------
1 | # grlogin
2 |
3 | > This command is an alias of GNU `rlogin`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux rlogin`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/grm.md:
--------------------------------------------------------------------------------
1 | # grm
2 |
3 | > This command is an alias of GNU `rm`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux rm`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/grmdir.md:
--------------------------------------------------------------------------------
1 | # grmdir
2 |
3 | > This command is an alias of GNU `rmdir`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux rmdir`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/grsh.md:
--------------------------------------------------------------------------------
1 | # grsh
2 |
3 | > This command is an alias of GNU `rsh`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux rsh`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gruncon.md:
--------------------------------------------------------------------------------
1 | # gruncon
2 |
3 | > This command is an alias of GNU `runcon`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux runcon`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsed.md:
--------------------------------------------------------------------------------
1 | # gsed
2 |
3 | > This command is an alias of GNU `sed`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sed`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gseq.md:
--------------------------------------------------------------------------------
1 | # gseq
2 |
3 | > This command is an alias of GNU `seq`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux seq`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsha1sum.md:
--------------------------------------------------------------------------------
1 | # gsha1sum
2 |
3 | > This command is an alias of GNU `sha1sum`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sha1sum`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsha224sum.md:
--------------------------------------------------------------------------------
1 | # gsha224sum
2 |
3 | > This command is an alias of GNU `sha224sum`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sha224sum`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsha256sum.md:
--------------------------------------------------------------------------------
1 | # gsha256sum
2 |
3 | > This command is an alias of GNU `sha256sum`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sha256sum`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsha384sum.md:
--------------------------------------------------------------------------------
1 | # gsha384sum
2 |
3 | > This command is an alias of GNU `sha384sum`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sha384sum`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsha512sum.md:
--------------------------------------------------------------------------------
1 | # gsha512sum
2 |
3 | > This command is an alias of GNU `sha512sum`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sha512sum`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gshred.md:
--------------------------------------------------------------------------------
1 | # gshred
2 |
3 | > This command is an alias of GNU `shred`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux shred`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gshuf.md:
--------------------------------------------------------------------------------
1 | # gshuf
2 |
3 | > This command is an alias of GNU `shuf`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux shuf`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsleep.md:
--------------------------------------------------------------------------------
1 | # gsleep
2 |
3 | > This command is an alias of GNU `sleep`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sleep`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsort.md:
--------------------------------------------------------------------------------
1 | # gsort
2 |
3 | > This command is an alias of GNU `sort`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sort`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsplit.md:
--------------------------------------------------------------------------------
1 | # gsplit
2 |
3 | > This command is an alias of GNU `split`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux split`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gstat.md:
--------------------------------------------------------------------------------
1 | # gstat
2 |
3 | > This command is an alias of GNU `stat`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux stat`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gstdbuf.md:
--------------------------------------------------------------------------------
1 | # gstdbuf
2 |
3 | > This command is an alias of GNU `stdbuf`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux stdbuf`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gstty.md:
--------------------------------------------------------------------------------
1 | # gstty
2 |
3 | > This command is an alias of GNU `stty`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux stty`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsum.md:
--------------------------------------------------------------------------------
1 | # gsum
2 |
3 | > This command is an alias of GNU `sum`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sum`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gsync.md:
--------------------------------------------------------------------------------
1 | # gsync
2 |
3 | > This command is an alias of GNU `sync`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux sync`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtac.md:
--------------------------------------------------------------------------------
1 | # gtac
2 |
3 | > This command is an alias of GNU `tac`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux tac`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtail.md:
--------------------------------------------------------------------------------
1 | # gtail
2 |
3 | > This command is an alias of GNU `tail`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux tail`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtalk.md:
--------------------------------------------------------------------------------
1 | # gtalk
2 |
3 | > This command is an alias of GNU `talk`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux talk`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtar.md:
--------------------------------------------------------------------------------
1 | # gtar
2 |
3 | > This command is an alias of GNU `tar`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux tar`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtee.md:
--------------------------------------------------------------------------------
1 | # gtee
2 |
3 | > This command is an alias of GNU `tee`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux tee`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtelnet.md:
--------------------------------------------------------------------------------
1 | # gtelnet
2 |
3 | > This command is an alias of GNU `telnet`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux telnet`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtest.md:
--------------------------------------------------------------------------------
1 | # gtest
2 |
3 | > This command is an alias of GNU `test`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux test`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtftp.md:
--------------------------------------------------------------------------------
1 | # gtftp
2 |
3 | > This command is an alias of GNU `tftp`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux tftp`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtime.md:
--------------------------------------------------------------------------------
1 | # gtime
2 |
3 | > This command is an alias of GNU `time`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux time`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtimeout.md:
--------------------------------------------------------------------------------
1 | # gtimeout
2 |
3 | > This command is an alias of GNU `timeout`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux timeout`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtouch.md:
--------------------------------------------------------------------------------
1 | # gtouch
2 |
3 | > This command is an alias of GNU `touch`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux touch`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtr.md:
--------------------------------------------------------------------------------
1 | # gtr
2 |
3 | > This command is an alias of GNU `tr`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux tr`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtraceroute.md:
--------------------------------------------------------------------------------
1 | # gtraceroute
2 |
3 | > This command is an alias of GNU `traceroute`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux traceroute`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtrue.md:
--------------------------------------------------------------------------------
1 | # gtrue
2 |
3 | > This command is an alias of GNU `true`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux true`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtruncate.md:
--------------------------------------------------------------------------------
1 | # gtruncate
2 |
3 | > This command is an alias of GNU `truncate`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux truncate`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtsort.md:
--------------------------------------------------------------------------------
1 | # gtsort
2 |
3 | > This command is an alias of GNU `tsort`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux tsort`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gtty.md:
--------------------------------------------------------------------------------
1 | # gtty
2 |
3 | > This command is an alias of GNU `tty`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux tty`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/guname.md:
--------------------------------------------------------------------------------
1 | # guname
2 |
3 | > This command is an alias of GNU `uname`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux uname`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gunexpand.md:
--------------------------------------------------------------------------------
1 | # gunexpand
2 |
3 | > This command is an alias of GNU `unexpand`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux unexpand`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/guniq.md:
--------------------------------------------------------------------------------
1 | # guniq
2 |
3 | > This command is an alias of GNU `uniq`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux uniq`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gunits.md:
--------------------------------------------------------------------------------
1 | # gunits
2 |
3 | > This command is an alias of GNU `units`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux units`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gunlink.md:
--------------------------------------------------------------------------------
1 | # gunlink
2 |
3 | > This command is an alias of GNU `unlink`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux unlink`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gupdatedb.md:
--------------------------------------------------------------------------------
1 | # gupdatedb
2 |
3 | > This command is an alias of GNU `updatedb`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux updatedb`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/guptime.md:
--------------------------------------------------------------------------------
1 | # guptime
2 |
3 | > This command is an alias of GNU `uptime`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux uptime`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gusers.md:
--------------------------------------------------------------------------------
1 | # gusers
2 |
3 | > This command is an alias of GNU `users`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux users`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gvdir.md:
--------------------------------------------------------------------------------
1 | # gvdir
2 |
3 | > This command is an alias of GNU `vdir`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux vdir`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gwc.md:
--------------------------------------------------------------------------------
1 | # gwc
2 |
3 | > This command is an alias of GNU `wc`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux wc`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gwhich.md:
--------------------------------------------------------------------------------
1 | # gwhich
2 |
3 | > This command is an alias of GNU `which`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux which`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gwho.md:
--------------------------------------------------------------------------------
1 | # gwho
2 |
3 | > This command is an alias of GNU `who`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux who`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gwhoami.md:
--------------------------------------------------------------------------------
1 | # gwhoami
2 |
3 | > This command is an alias of GNU `whoami`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux whoami`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gwhois.md:
--------------------------------------------------------------------------------
1 | # gwhois
2 |
3 | > This command is an alias of GNU `whois`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux whois`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gxargs.md:
--------------------------------------------------------------------------------
1 | # gxargs
2 |
3 | > This command is an alias of GNU `xargs`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux xargs`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/gyes.md:
--------------------------------------------------------------------------------
1 | # gyes
2 |
3 | > This command is an alias of GNU `yes`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr -p linux yes`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/hidd.md:
--------------------------------------------------------------------------------
1 | # hidd
2 |
3 | > HID library userland daemon.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `hidd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/internetsharing.md:
--------------------------------------------------------------------------------
1 | # InternetSharing
2 |
3 | > Set up Internet Sharing.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `InternetSharing`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/llvm-lipo.md:
--------------------------------------------------------------------------------
1 | # llvm-lipo
2 |
3 | > This command is an alias of `lipo`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr lipo`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/machine.md:
--------------------------------------------------------------------------------
1 | # machine
2 |
3 | > Print machine type.
4 | > More information: .
5 |
6 | - Print CPU architecture:
7 |
8 | `machine`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/nfcd.md:
--------------------------------------------------------------------------------
1 | # nfcd
2 |
3 | > This daemon controls the NFC controller.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `nfcd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/photolibraryd.md:
--------------------------------------------------------------------------------
1 | # photolibraryd
2 |
3 | > This handles all photo library requests.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `photolibraryd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/reboot.md:
--------------------------------------------------------------------------------
1 | # reboot
2 |
3 | > Reboot the system.
4 | > More information: .
5 |
6 | - Reboot immediately:
7 |
8 | `sudo reboot`
9 |
10 | - Reboot immediately without gracefully shutting down:
11 |
12 | `sudo reboot -q`
13 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/secd.md:
--------------------------------------------------------------------------------
1 | # secd
2 |
3 | > Controls access to and modification of keychain items.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `secd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/signal.md:
--------------------------------------------------------------------------------
1 | # signal
2 |
3 | > Simplified software signal facilities.
4 | > More information: .
5 |
6 | - View documentation for signals in macOS:
7 |
8 | `man signal`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/symptomsd.md:
--------------------------------------------------------------------------------
1 | # symptomsd
2 |
3 | > Provides services for `Symptoms.framework`.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `symptomsd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/systemsoundserverd.md:
--------------------------------------------------------------------------------
1 | # systemsoundserverd
2 |
3 | > Core Audio related daemon.
4 | > It should not be invoked manually.
5 |
6 | - Start the daemon:
7 |
8 | `systemsoundserverd`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/timed.md:
--------------------------------------------------------------------------------
1 | # timed
2 |
3 | > Service that synchronizes system time (e.g. using NTP).
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `timed`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/translationd.md:
--------------------------------------------------------------------------------
1 | # translationd
2 |
3 | > Enables Translation features.
4 | > It should not be invoked manually.
5 |
6 | - Start the daemon:
7 |
8 | `translationd`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/universalaccessd.md:
--------------------------------------------------------------------------------
1 | # universalaccessd
2 |
3 | > Get universal access services.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `universalaccessd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/uptime.md:
--------------------------------------------------------------------------------
1 | # uptime
2 |
3 | > Tell how long the system has been running and other information.
4 | > More information: .
5 |
6 | - Print current time, uptime, number of logged-in users and other information:
7 |
8 | `uptime`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/usernoted.md:
--------------------------------------------------------------------------------
1 | # usernoted
2 |
3 | > Provides notification services.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `usernoted`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/uuidgen.md:
--------------------------------------------------------------------------------
1 | # uuidgen
2 |
3 | > Generate new UUID (Universally Unique IDentifier) strings.
4 | > More information: .
5 |
6 | - Generate a UUID string:
7 |
8 | `uuidgen`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/warmd.md:
--------------------------------------------------------------------------------
1 | # warmd
2 |
3 | > Controls caches used during startup and login.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `warmd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/watchlistd.md:
--------------------------------------------------------------------------------
1 | # watchlistd
2 |
3 | > Manage the Apple TV app's watch list.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `watchlistd`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/wps.md:
--------------------------------------------------------------------------------
1 | # wps
2 |
3 | > Assists AirPort in connecting to a network using Wireless Protected Setup.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `wps`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/osx/wwand.md:
--------------------------------------------------------------------------------
1 | # wwand
2 |
3 | > USB WWAN device configuration daemon.
4 | > It should not be invoked manually.
5 | > More information: .
6 |
7 | - Start the daemon:
8 |
9 | `wwand`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/bleachbit.md:
--------------------------------------------------------------------------------
1 | # bleachbit
2 |
3 | > This command is an alias of `bleachbit_console`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr bleachbit_console`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/chrome.md:
--------------------------------------------------------------------------------
1 | # chrome
2 |
3 | > This command is an alias of `chromium`.
4 | > More information: .
5 |
6 | - View documentation for the original command:
7 |
8 | `tldr chromium`
9 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/cinst.md:
--------------------------------------------------------------------------------
1 | # cinst
2 |
3 | > This command is an alias of `choco install`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr choco install`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/clear-host.md:
--------------------------------------------------------------------------------
1 | # Clear-Host
2 |
3 | > Clears the screen.
4 | > Note: This command can only be used through PowerShell.
5 | > More information: .
6 |
7 | - Clear the screen:
8 |
9 | `cls`
10 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/clear.md:
--------------------------------------------------------------------------------
1 | # clear
2 |
3 | > In PowerShell, this command is an alias of `Clear-Host`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr clear-host`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/clist.md:
--------------------------------------------------------------------------------
1 | # clist
2 |
3 | > This command is an alias of `choco list`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr choco list`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/cpush.md:
--------------------------------------------------------------------------------
1 | # cpush
2 |
3 | > This command is an alias of `choco push`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr choco push`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/cuninst.md:
--------------------------------------------------------------------------------
1 | # cuninst
2 |
3 | > This command is an alias of `choco uninstall`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr choco uninstall`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/gal.md:
--------------------------------------------------------------------------------
1 | # gal
2 |
3 | > In PowerShell, this command is an alias of `Get-Alias`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr get-alias`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/gl.md:
--------------------------------------------------------------------------------
1 | # gl
2 |
3 | > In PowerShell, this command is an alias of `Get-Location`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr get-location`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/iwr.md:
--------------------------------------------------------------------------------
1 | # iwr
2 |
3 | > In PowerShell, this command is an alias of `Invoke-WebRequest`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr invoke-webrequest`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/mi.md:
--------------------------------------------------------------------------------
1 | # mi
2 |
3 | > In PowerShell, this command is an alias of `Move-Item`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr move-item`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/ni.md:
--------------------------------------------------------------------------------
1 | # ni
2 |
3 | > In PowerShell, this command is an alias of `New-Item`.
4 |
5 | - View documentation for the original command:
6 |
7 | `tldr new-item`
8 |
--------------------------------------------------------------------------------
/TLDR/tldr.bundle/tldr-pages/windows/popd.md:
--------------------------------------------------------------------------------
1 | # popd
2 |
3 | > Changes the current directory to the directory stored by the `pushd` command.
4 | > More information: