From 3a83be2718ad8f991df9c2177ee44870a66738a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20=C3=9Ar?= Date: Mon, 18 Feb 2019 19:54:29 +0100 Subject: [PATCH 1/5] Add localization support with po4a. --- i18n/tldr.pot | 70046 ++++++++++++++++++++++++++++++++++++++++++++++++ po4a.conf | 1307 + 2 files changed, 71353 insertions(+) create mode 100644 i18n/tldr.pot create mode 100644 po4a.conf diff --git a/i18n/tldr.pot b/i18n/tldr.pot new file mode 100644 index 00000000000000..0a504f5d943e0c --- /dev/null +++ b/i18n/tldr.pot @@ -0,0 +1,70046 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2019-02-18 19:31+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Plain text +#: pages/common/7za.md:2 +msgid "# 7za" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:4 pages/common/7z.md:4 pages/common/7zr.md:4 +msgid "A file archiver with high compression ratio." +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:5 +msgid "A standalone version of `7z` with support for fewer archive types." +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:6 pages/common/7z.md:5 pages/common/7zr.md:6 +msgid "Homepage: ." +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:8 pages/common/7z.md:7 pages/common/7zr.md:8 pages/common/asar.md:6 +msgid "Archive a file or directory:" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:10 +msgid "`7za a {{archived.7z}} {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:12 pages/common/7z.md:15 pages/common/7zr.md:12 +msgid "Extract an existing 7z file with original directory structure:" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:14 +msgid "`7za x {{archived}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:16 pages/common/7z.md:23 +msgid "Archive using a specific archive type:" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:18 +msgid "`7za a -t{{zip|gzip|bzip2|tar}} {{archived}} {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:20 pages/common/7z.md:27 +msgid "List available archive types:" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:22 +msgid "`7za i`" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:24 pages/common/7z.md:31 pages/common/7zr.md:16 pages/common/asar.md:18 +msgid "List the contents of an archive file:" +msgstr "" + +#. type: Plain text +#: pages/common/7za.md:25 +msgid "`7za l {{archived}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:2 +msgid "# 7z" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:9 +msgid "`7z a {{archived.7z}} {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:11 +msgid "Encrypt an existing archive (including headers):" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:13 +msgid "`7z a {{encrypted.7z}} -p{{password}} -mhe {{archived.7z}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:17 +msgid "`7z x {{archived.7z}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:19 +msgid "Extract an archive with user-defined output path:" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:21 +msgid "`7z x {{archived.7z}} -o{{path/to/output}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:25 +msgid "" +"`7z a -t {{zip|gzip|bzip2|tar}} {{archived.7z}} " +"{{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:29 +msgid "`7z i`" +msgstr "" + +#. type: Plain text +#: pages/common/7z.md:32 +msgid "`7z l {{archived.7z}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7zr.md:2 +msgid "# 7zr" +msgstr "" + +#. type: Plain text +#: pages/common/7zr.md:5 +msgid "A standalone version of `7z` that only supports .7z files." +msgstr "" + +#. type: Plain text +#: pages/common/7zr.md:10 +msgid "`7zr a {{archived.7z}} {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7zr.md:14 +msgid "`7zr x {{archived.7z}}`" +msgstr "" + +#. type: Plain text +#: pages/common/7zr.md:17 +msgid "`7zr l {{archived.7z}}`" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:2 +msgid "# abduco" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:4 +msgid "Terminal session manager." +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:6 pages/common/tmux.md:14 +msgid "List sessions:" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:8 +msgid "`abduco`" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:10 +msgid "Attach to a session, creating it if it doesn't exist:" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:12 +msgid "`abduco -A {{name}} {{bash}}`" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:14 +msgid "Attach to a session with `dvtm`, creating it if it doesn't exist:" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:16 +msgid "`abduco -A {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:18 +msgid "Detach from a session:" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:20 +msgid "`Ctrl + \\`" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:22 +msgid "Attach to a session in read-only mode:" +msgstr "" + +#. type: Plain text +#: pages/common/abduco.md:23 +msgid "`abduco -Ar {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:2 +msgid "# ab" +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:4 +msgid "Apache Benchmarking tool. The simplest tool to perform a load testing." +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:6 +msgid "Execute 100 HTTP GET requests to given URL:" +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:8 +msgid "`ab -n {{100}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:10 +msgid "" +"Execute 100 HTTP GET requests, processing up to 10 requests concurrently, to " +"given URL:" +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:12 +msgid "`ab -n {{100}} -c {{10}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:14 +msgid "Use keep alive:" +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:16 +msgid "`ab -k {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:18 +msgid "Set the maximum number of seconds to spend for benchmarking:" +msgstr "" + +#. type: Plain text +#: pages/common/ab.md:19 +msgid "`ab -t {{60}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:2 +msgid "# ack" +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:4 +msgid "A search tool like grep, optimized for programmers." +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:6 +msgid "Find files containing \"foo\":" +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:8 +msgid "`ack {{foo}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:10 +msgid "Find files in a specific language:" +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:12 +msgid "`ack --ruby {{each_with_object}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:14 +msgid "Count the total number of matches for the term \"foo\":" +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:16 +msgid "`ack -ch {{foo}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:18 +msgid "Show the file names containing \"foo\" and number of matches in each file:" +msgstr "" + +#. type: Plain text +#: pages/common/ack.md:19 +msgid "`ack -cl {{foo}}`" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:2 +msgid "# adb" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:4 +msgid "" +"Android Debug Bridge: communicate with an Android emulator instance or " +"connected Android devices." +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:6 +msgid "Check whether the adb server process is running and start it:" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:8 +msgid "`adb start-server`" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:10 +msgid "Terminate the adb server process:" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:12 +msgid "`adb kill-server`" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:14 +msgid "Start a remote shell in the target emulator/device instance:" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:16 +msgid "`adb shell`" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:18 +msgid "Push an Android application to an emulator/device:" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:20 +msgid "`adb install -r {{path/to/file.apk}}`" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:22 +msgid "Copy a file/directory from the target device:" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:24 +msgid "" +"`adb pull {{path/to/device_file_or_directory}} " +"{{path/to/local_destination_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:26 +msgid "Copy a file/directory to the target device:" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:28 +msgid "" +"`adb push {{path/to/local_file_or_directory}} " +"{{path/to/device_destination_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:30 +msgid "Get a list of connected devices:" +msgstr "" + +#. type: Plain text +#: pages/common/adb.md:31 +msgid "`adb devices`" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:2 +msgid "# ag" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:4 +msgid "The Silver Searcher. Like ack, but faster." +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:6 +msgid "Find files containing \"foo\", and print the line matches in context:" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:8 +msgid "`ag {{foo}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:10 +msgid "Find files containing \"foo\" in a specific directory:" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:12 +msgid "`ag {{foo}} {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:14 +msgid "Find files containing \"foo\", but only list the filenames:" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:16 +msgid "`ag -l {{foo}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:18 +msgid "" +"Find files containing \"FOO\" case-insensitively, and print only the match, " +"rather than the whole line:" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:20 +msgid "`ag -i -o {{FOO}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:22 +msgid "Find \"foo\" in files with a name matching \"bar\":" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:24 +msgid "`ag {{foo}} -G {{bar}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:26 +msgid "Find files whose contents match a regular expression:" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:28 +msgid "`ag '{{^ba(r|z)$}}'`" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:30 +msgid "Find files with a name matching \"foo\":" +msgstr "" + +#. type: Plain text +#: pages/common/ag.md:31 +msgid "`ag -g {{foo}}`" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:2 +msgid "# airpaste" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:4 +msgid "Share messages and files on the same network." +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:6 +msgid "Wait for message and display when received:" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:8 +msgid "`airpaste`" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:10 +msgid "Send text:" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:12 +msgid "`echo {{text}} | airpaste`" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:14 +msgid "Send file:" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:16 +msgid "`airpaste < {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:18 +msgid "Receive file:" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:20 +msgid "`airpaste > {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:22 +msgid "Create/Join channel:" +msgstr "" + +#. type: Plain text +#: pages/common/airpaste.md:23 +msgid "`airpaste {{channel_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:2 +msgid "# alias" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:4 +msgid "Creates aliases -- words that are replaced by a command string." +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:5 +msgid "" +"Aliases expire with the current shell session, unless they're defined in the " +"shell's configuration file, e.g. `~/.bashrc`." +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:7 +msgid "Create a generic alias:" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:9 +msgid "`alias {{word}}=\"{{command}}\"`" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:11 +msgid "View the command associated to a given alias:" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:13 +msgid "`alias {{word}}`" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:15 +msgid "Remove an aliased command:" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:17 +msgid "`unalias {{word}}`" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:19 +msgid "List all aliased words:" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:21 +msgid "`alias -p`" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:23 +msgid "Turn rm into an interactive command:" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:25 +msgid "`alias {{rm}}=\"{{rm -i}}\"`" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:27 +msgid "Create `la` as a shortcut for `ls -a`:" +msgstr "" + +#. type: Plain text +#: pages/common/alias.md:28 +msgid "`alias {{la}}=\"{{ls -a}}\"`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:2 +msgid "# ansible-galaxy" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:4 +msgid "Create and manage Ansible roles." +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:5 +msgid "Homepage: ." +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:7 +msgid "Install a role:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:9 +msgid "`ansible-galaxy install {{username.role_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:11 +msgid "Remove a role:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:13 +msgid "`ansible-galaxy remove {{username.role_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:15 +msgid "List installed roles:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:17 +msgid "`ansible-galaxy list`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:19 +msgid "Search for a given role:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:21 +msgid "`ansible-galaxy search {{role_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:23 +msgid "Create a new role:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-galaxy.md:24 +msgid "`ansible-galaxy init {{role_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:2 +msgid "# ansible" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:4 +msgid "Manage groups of computers remotely over SSH." +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:5 +msgid "Use the /etc/ansible/hosts file to add new groups/hosts." +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:6 +msgid "Homepage: ." +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:8 +msgid "List hosts belonging to a group:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:10 +msgid "`ansible {{group}} --list-hosts`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:12 +msgid "Ping a group of hosts by invoking the ping module:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:14 +msgid "`ansible {{group}} -m ping`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:16 +msgid "Display facts about a group of hosts by invoking the setup module:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:18 +msgid "`ansible {{group}} -m setup`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:20 +msgid "" +"Execute a command on a group of hosts by invoking command module with " +"arguments:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:22 +msgid "`ansible {{group}} -m command -a '{{my_command}}'`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:24 +msgid "Execute a command with administrative privileges:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:26 +msgid "" +"`ansible {{group}} --become --ask-become-pass -m command -a " +"'{{my_command}}'`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:28 +msgid "Execute a command using a custom inventory file:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible.md:29 +msgid "`ansible {{group}} -i {{inventory_file}} -m command -a '{{my_command}}'`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:2 +msgid "# ansible-playbook" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:4 +msgid "Execute tasks defined in playbook on remote machines over SSH." +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:5 +msgid "" +"Homepage: " +"." +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:7 +msgid "Run tasks in playbook:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:9 +msgid "`ansible-playbook {{playbook}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:11 +msgid "Run tasks in playbook with custom host inventory:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:13 +msgid "`ansible-playbook {{playbook}} -i {{inventory_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:15 +msgid "Run tasks in playbook with extra variables defined via the command line:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:17 +msgid "" +"`ansible-playbook {{playbook}} -e \"{{variable1}}={{value1}} " +"{{variable2}}={{value2}}\"`" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:19 +msgid "Run tasks in playbook with extra variables defined in a json file:" +msgstr "" + +#. type: Plain text +#: pages/common/ansible-playbook.md:20 +msgid "`ansible-playbook {{playbook}} -e \"@{{variables.json}}\"`" +msgstr "" + +#. type: Plain text +#: pages/common/ansiweather.md:2 +msgid "# ansiweather" +msgstr "" + +#. type: Plain text +#: pages/common/ansiweather.md:4 +msgid "" +"A shell script for displaying the current weather conditions in your " +"terminal." +msgstr "" + +#. type: Plain text +#: pages/common/ansiweather.md:6 +msgid "" +"Display a forecast using metric units for the next five days for Rzeszow, " +"Poland:" +msgstr "" + +#. type: Plain text +#: pages/common/ansiweather.md:8 +msgid "`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ansiweather.md:10 +msgid "" +"Display a forecast showing symbols and daylight data for your current " +"location:" +msgstr "" + +#. type: Plain text +#: pages/common/ansiweather.md:12 +msgid "`ansiweather -s {{true}} -d {{true}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ansiweather.md:14 +msgid "Display a forecast showing wind and humidity data for your current location:" +msgstr "" + +#. type: Plain text +#: pages/common/ansiweather.md:15 +msgid "`ansiweather -w {{true}} -h {{true}}`" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:2 +msgid "# apg" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:4 +msgid "Creates arbitrarily complex random passwords." +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:6 +msgid "Create random passwords (default password length is 8):" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:8 +msgid "`apg`" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:10 +msgid "" +"Create a password with at least 1 symbol (S), 1 number (N), 1 uppercase (C), " +"1 lowercase (L):" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:12 +msgid "`apg -M SNCL`" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:14 +msgid "Create a password with 16 characters:" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:16 +msgid "`apg -m {{16}}`" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:18 +msgid "Create a password with maximum length of 16:" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:20 +msgid "`apg -x {{16}}`" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:22 +msgid "" +"Create a password that doesn't appear in a dictionary (the dictionary file " +"has to be provided):" +msgstr "" + +#. type: Plain text +#: pages/common/apg.md:23 +msgid "`apg -r {{dictionary_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/apm.md:2 +msgid "# apm" +msgstr "" + +#. type: Plain text +#: pages/common/apm.md:4 +msgid "Atom editor Package Manager." +msgstr "" + +#. type: Plain text +#: pages/common/apm.md:5 +msgid "See `atom`." +msgstr "" + +#. type: Plain text +#: pages/common/apm.md:7 +msgid "" +"Install packages from http://atom.io/packages and themes from " +"http://atom.io/themes:" +msgstr "" + +#. type: Plain text +#: pages/common/apm.md:9 +msgid "`apm install {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/apm.md:11 +msgid "Remove packages/themes:" +msgstr "" + +#. type: Plain text +#: pages/common/apm.md:13 +msgid "`apm remove {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/apm.md:15 +msgid "Upgrade packages/themes:" +msgstr "" + +#. type: Plain text +#: pages/common/apm.md:16 +msgid "`apm upgrade {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/apropos.md:2 +msgid "# apropos" +msgstr "" + +#. type: Plain text +#: pages/common/apropos.md:4 +msgid "Search in manpages, for example to find a new command." +msgstr "" + +#. type: Plain text +#: pages/common/apropos.md:6 +msgid "Search for keyword:" +msgstr "" + +#. type: Plain text +#: pages/common/apropos.md:8 +msgid "`apropos {{regular_expression}}`" +msgstr "" + +#. type: Plain text +#: pages/common/apropos.md:10 +msgid "Search without restricting output to terminal width:" +msgstr "" + +#. type: Plain text +#: pages/common/apropos.md:11 +msgid "`apropos -l {{regular_expression}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:2 +msgid "# aria2c" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:4 +msgid "Fast download utility." +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:5 +msgid "Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink." +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:7 +msgid "Download a URI to a file:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:9 +msgid "`aria2c {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:11 +msgid "Download from multiple sources:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:13 +msgid "`aria2c {{url_1}} {{url_2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:15 +msgid "Download the URIs listed in a file:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:17 +msgid "`aria2c -i {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:19 pages/common/axel.md:15 +msgid "Download with multiple connections:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:21 +msgid "`aria2c -s {{connections_num}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:23 +msgid "FTP download with username and password:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:25 +msgid "`aria2c --ftp-user={{username}} --ftp-passwd={{password}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:27 +msgid "Limit download speed in bytes/s:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2c.md:28 +msgid "`aria2c --max-download-limit={{speed}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:2 +msgid "# aria2" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:4 +msgid "A lightweight multi-protocol & multi-source command-line download utility." +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:5 +msgid "Supports HTTP, HTTPS, FTP, SFTP, BitTorrent and Metalink." +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:6 +msgid "Homepage: ." +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:8 +msgid "Download a web resource:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:10 +msgid "`aria2c {{http://example.org/myLinux.iso}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:12 +msgid "Download a resource from multiple sources:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:14 +msgid "" +"`aria2c {{http://mirror1.org/myLinux.iso}} " +"{{http://mirror2.org/myLinux.iso}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:16 +msgid "Download using 2 connections per host:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:18 +msgid "`aria2c -x{{2}} {{http://example.org/myLinux.iso}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:20 +msgid "Download from a Metalink URI:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:22 +msgid "`aria2c {{http://example.org/myLinux.metalink}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:24 +msgid "Download from a BitTorrent URI:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:26 +msgid "`aria2c {{http://example.org/myLinux.torrent}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:28 +msgid "Download from a BitTorrent Magnet URI:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:30 +msgid "`aria2c {{'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:32 +msgid "Download URIs from a file:" +msgstr "" + +#. type: Plain text +#: pages/common/aria2.md:33 +msgid "`aria2c -i {{uris.txt}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:2 +msgid "# ar" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:4 +msgid "Create, modify, and extract from archives (.a, .so, .o)." +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:6 +msgid "Extract all members from an archive:" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:8 +msgid "`ar -x {{libfoo.a}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:10 +msgid "List the members of an archive:" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:12 +msgid "`ar -t {{libfoo.a}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:14 +msgid "Replace or add files to an archive:" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:16 +msgid "`ar -r {{libfoo.a}} {{foo.o}} {{bar.o}} {{baz.o}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:18 +msgid "Insert an object file index (equivalent to using `ranlib`):" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:20 +msgid "`ar -s {{libfoo.a}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:22 +msgid "Create an archive with files and an accompanying object file index:" +msgstr "" + +#. type: Plain text +#: pages/common/ar.md:23 +msgid "`ar -rs {{libfoo.a}} {{foo.o}} {{bar.o}} {{baz.o}}`" +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:2 +msgid "# arp" +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:4 +msgid "Show and manipulate your system's ARP cache." +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:6 +msgid "Show current arp table:" +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:8 +msgid "`arp -a`" +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:10 +msgid "Clear the entire cache:" +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:12 +msgid "`sudo arp -a -d`" +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:14 +msgid "Delete a specific entry:" +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:16 +msgid "`arp -d {{address}}`" +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:18 +msgid "Create an entry:" +msgstr "" + +#. type: Plain text +#: pages/common/arp.md:19 +msgid "`arp -s {{address}} {{mac_address}}`" +msgstr "" + +#. type: Plain text +#: pages/common/asar.md:2 +msgid "# asar" +msgstr "" + +#. type: Plain text +#: pages/common/asar.md:4 +msgid "A file archiver for the Electron platform." +msgstr "" + +#. type: Plain text +#: pages/common/asar.md:8 +msgid "`asar pack {{path/to/file_or_directory}} {{archived.asar}}`" +msgstr "" + +#. type: Plain text +#: pages/common/asar.md:10 +msgid "Extract an archive:" +msgstr "" + +#. type: Plain text +#: pages/common/asar.md:12 +msgid "`asar extract {{archived.asar}}`" +msgstr "" + +#. type: Plain text +#: pages/common/asar.md:14 +msgid "Extract a specific file from an archive:" +msgstr "" + +#. type: Plain text +#: pages/common/asar.md:16 +msgid "`asar extract-file {{archived.asar}} {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/asar.md:19 +msgid "`asar list {{archived.asar}}`" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:2 +msgid "# asciinema" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:4 +msgid "" +"Record and replay terminal sessions, and optionally share them on " +"asciinema.org." +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:6 +msgid "Associate the local install of `asciinema` with an asciinema.org account:" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:8 +msgid "`asciinema auth`" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:10 +msgid "" +"Make a new recording (once finished, user will be prompted to upload it or " +"save it locally):" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:12 +msgid "`asciinema rec`" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:14 +msgid "Make a new recording and save it to a local file:" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:16 +msgid "`asciinema rec {{path/to/file}}.cast`" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:18 +msgid "Replay a terminal recording from a local file:" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:20 +msgid "`asciinema play {{path/to/file}}.cast`" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:22 +msgid "Replay a terminal recording hosted on asciinema.org:" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:24 +msgid "`asciinema play https://asciinema.org/a/{{cast_id}}`" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:26 +msgid "Make a new recording, limiting any idle time to at most 2.5 seconds:" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:28 +msgid "`asciinema rec -i {{2.5}}`" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:30 +msgid "Print the full output of a locally saved recording:" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:32 +msgid "`asciinema cat {{path/to/file}}.cast`" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:34 +msgid "Upload a locally saved terminal session to asciinema.org:" +msgstr "" + +#. type: Plain text +#: pages/common/asciinema.md:35 +msgid "`asciinema upload {{path/to/file}}.cast`" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:2 +msgid "# assimp" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:4 +msgid "Command-line client for the Open Asset Import Library." +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:5 +msgid "" +"Supports loading of 40+ 3D file formats, and exporting to several popular 3D " +"formats." +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:7 +msgid "List all supported import formats:" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:9 +msgid "`assimp listext`" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:11 +msgid "List all supported export formats:" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:13 +msgid "`assimp listexport`" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:15 +msgid "" +"Convert a file to one of the supported output formats, using the default " +"parameters:" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:17 +msgid "`assimp export {{input_file.stl}} {{output_file.obj}}`" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:19 +msgid "" +"Convert a file using custom parameters (the dox_cmd.h file in assimp's " +"source code lists available parameters):" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:21 +msgid "`assimp export {{input_file.stl}} {{output_file.obj}} {{parameters}}`" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:23 +msgid "Display a summary of a 3D file's contents:" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:25 +msgid "`assimp info {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:27 +msgid "List all supported subcommands (\"verbs\"):" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:29 +msgid "`assimp help`" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:31 +msgid "Get help on a specific subcommand (e.g. the parameters specific to it):" +msgstr "" + +#. type: Plain text +#: pages/common/assimp.md:32 +msgid "`assimp {{subcommand}} --help`" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:2 +msgid "# astyle" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:4 +msgid "" +"Source code indenter, formatter, and beautifier for the C, C++, C# and Java " +"programming languages." +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:5 +msgid "" +"Upon running, a copy of the original file is created with an \".orig\" " +"appended to the original file name." +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:7 +msgid "Apply the default style of 4 spaces per indent and no formatting changes:" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:9 +msgid "`astyle {{source_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:11 +msgid "Apply the java style with attached braces:" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:13 +msgid "`astyle --style=java {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:15 +msgid "Apply the allman style with broken braces:" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:17 +msgid "`astyle --style=allman {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:19 +msgid "Apply a custom indent using spaces. Choose between 2 and 20 spaces:" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:21 +msgid "`astyle --indent=spaces={{number_of_spaces}} {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:23 +msgid "Apply a custom indent using tabs. Choose between 2 and 20 tabs:" +msgstr "" + +#. type: Plain text +#: pages/common/astyle.md:24 +msgid "`astyle --indent=tab={{number_of_tabs}} {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/at.md:2 pages/linux/at.md:2 +msgid "# at" +msgstr "" + +#. type: Plain text +#: pages/common/at.md:4 +msgid "Execute commands once at a later time." +msgstr "" + +#. type: Plain text +#: pages/common/at.md:5 pages/common/batch.md:5 +msgid "Service atd (or atrun) should be running for the actual executions." +msgstr "" + +#. type: Plain text +#: pages/common/at.md:7 +msgid "" +"Execute commands from standard input in 5 minutes (press `Ctrl + D` when " +"done):" +msgstr "" + +#. type: Plain text +#: pages/common/at.md:9 +msgid "`at now + 5 minutes`" +msgstr "" + +#. type: Plain text +#: pages/common/at.md:11 +msgid "Execute a command from standard input at 10:00 AM today:" +msgstr "" + +#. type: Plain text +#: pages/common/at.md:13 +msgid "`echo \"{{./make_db_backup.sh}}\" | at 1000`" +msgstr "" + +#. type: Plain text +#: pages/common/at.md:15 +msgid "Execute commands from a given file next Tuesday:" +msgstr "" + +#. type: Plain text +#: pages/common/at.md:16 +msgid "`at -f {{path/to/file}} 9:30 PM Tue`" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:2 +msgid "# atom" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:4 +msgid "A cross-platform pluggable text editor." +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:5 +msgid "Plugins are managed by `apm`." +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:7 +msgid "Open a file or directory:" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:9 +msgid "`atom {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:11 pages/common/subl.md:22 +msgid "Open a file or directory in a new window:" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:13 +msgid "`atom -n {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:15 +msgid "Open a file or directory in an existing window:" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:17 +msgid "`atom --add {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:19 +msgid "Open atom in safe mode (does not load any additional packages):" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:21 +msgid "`atom --safe`" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:23 +msgid "" +"Prevent atom from forking into the background, keeping atom attached to the " +"terminal:" +msgstr "" + +#. type: Plain text +#: pages/common/atom.md:24 +msgid "`atom --foreground`" +msgstr "" + +#. type: Plain text +#: pages/common/atq.md:2 +msgid "# atq" +msgstr "" + +#. type: Plain text +#: pages/common/atq.md:4 +msgid "Show jobs scheduled by `at` or `batch` commands." +msgstr "" + +#. type: Plain text +#: pages/common/atq.md:6 +msgid "Show the current user's scheduled jobs:" +msgstr "" + +#. type: Plain text +#: pages/common/atq.md:8 +msgid "`atq`" +msgstr "" + +#. type: Plain text +#: pages/common/atq.md:10 +msgid "Show jobs from queue named 'a' (queues have single-character names):" +msgstr "" + +#. type: Plain text +#: pages/common/atq.md:12 +msgid "`atq -q {{a}}`" +msgstr "" + +#. type: Plain text +#: pages/common/atq.md:14 +msgid "Show jobs of all users (run as super user):" +msgstr "" + +#. type: Plain text +#: pages/common/atq.md:15 +msgid "`sudo atq`" +msgstr "" + +#. type: Plain text +#: pages/common/atrm.md:2 +msgid "# atrm" +msgstr "" + +#. type: Plain text +#: pages/common/atrm.md:4 +msgid "Remove jobs scheduled by `at` or `batch` commands." +msgstr "" + +#. type: Plain text +#: pages/common/atrm.md:5 +msgid "To find job numbers use `atq`." +msgstr "" + +#. type: Plain text +#: pages/common/atrm.md:7 +msgid "Remove job number 10:" +msgstr "" + +#. type: Plain text +#: pages/common/atrm.md:9 +msgid "`atrm {{10}}`" +msgstr "" + +#. type: Plain text +#: pages/common/atrm.md:11 +msgid "Remove many jobs, separated by spaces:" +msgstr "" + +#. type: Plain text +#: pages/common/atrm.md:12 +msgid "`atrm {{15}} {{17}} {{22}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:2 +msgid "# autoflake" +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:4 +msgid "A tool to remove unused imports and variables from Python code." +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:6 +msgid "Remove unused variables from a single file and display the diff:" +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:8 +msgid "`autoflake --remove-unused-variables {{file.py}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:10 +msgid "Remove unused imports from multiple files and display the diffs:" +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:12 +msgid "" +"`autoflake --remove-all-unused-imports {{file1.py}} {{file2.py}} " +"{{file3.py}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:14 +msgid "Remove unused variables from a file, overwriting the file:" +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:16 +msgid "`autoflake --remove-unused-variables --in-place {{file.py}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:18 +msgid "" +"Remove unused variables recursively from all files in a directory, " +"overwriting each file:" +msgstr "" + +#. type: Plain text +#: pages/common/autoflake.md:19 +msgid "" +"`autoflake --remove-unused-variables --in-place --recursive " +"{{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:2 +msgid "# autojump" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:4 +msgid "Quickly jump among the directories you visit the most." +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:5 +msgid "Aliases like j or jc are provided for even less typing." +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:7 +msgid "Jump to a directory that contains the given pattern:" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:9 +msgid "`j {{pattern}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:11 +msgid "" +"Jump to a sub-directory (child) of the current directory that contains the " +"given pattern:" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:13 +msgid "`jc {{pattern}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:15 +msgid "" +"Open a directory that contains the given pattern in the operating system " +"file manager:" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:17 +msgid "`jo {{pattern}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:19 +msgid "Remove non-existing directories from the autojump database:" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:21 +msgid "`j --purge`" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:23 +msgid "Show the entries in the autojump database:" +msgstr "" + +#. type: Plain text +#: pages/common/autojump.md:24 +msgid "`j -s`" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:2 +msgid "# autossh" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:4 +msgid "Runs, monitors and restarts SSH connections." +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:5 +msgid "Auto-reconnects to keep port forwarding tunnels up. Accepts all ssh flags." +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:7 +msgid "Open an SSH session, restarting when a monitoring port fails return data:" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:9 +msgid "`autossh -M {{monitor_port}} {{ssh_command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:11 +msgid "" +"Open an SSH session which forwards a local port to a remote one, restarting " +"if necessary:" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:13 +msgid "" +"`autossh -M {{monitor_port}} -L {{local_port}}:localhost:{{remote_port}} " +"{{user}}@{{host}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:15 +msgid "" +"Fork before executing ssh (runs in the background) and don't open a remote " +"shell:" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:17 +msgid "`autossh -f -M {{monitor_port}} -N {{ssh_command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:19 +msgid "" +"Run autossh in the background, with no monitoring port, instead relying on " +"SSH keep-alives every 10 seconds to detect failure:" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:21 +msgid "" +"`autossh -f -M 0 -N -o \"ServerAliveInterval 10\" -o \"ServerAliveCountMax " +"3\" {{ssh_command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:23 +msgid "" +"Run autossh in the background, with no monitoring port, no remote shell, " +"exiting if the port forward fails:" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:25 +msgid "" +"`autossh -f -M 0 -N -o \"ServerAliveInterval 10\" -o \"ServerAliveCountMax " +"3\" -o ExitOnForwardFailure=yes -L {{local_port}}:localhost:{{remote_port}} " +"{{user}}@{{host}}`" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:27 +msgid "" +"Run autossh in the background with debug output logged to a file and ssh " +"verbose output logged to a second file:" +msgstr "" + +#. type: Plain text +#: pages/common/autossh.md:28 +msgid "" +"`AUTOSSH_DEBUG=1 AUTOSSH_LOGFILE={{log_file}} autossh -f -M {{monitor_port}} " +"-v -E {{ssh_log_file}} {{ssh_command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:2 +msgid "# avrdude" +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:4 +msgid "Driver program for Atmel AVR microcontrollers programming." +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:6 +msgid "Read AVR microcontroller:" +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:8 +msgid "`avrdude -p {{AVR_device}} -c {{programmer}} -U flash:r:{{file.hex}}:i`" +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:10 +msgid "Write AVR microcontroller:" +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:12 +msgid "`avrdude -p {{AVR_device}} -c {{programmer}} -U flash:w:{{file.hex}}`" +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:14 +msgid "List available AVR devices:" +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:16 +msgid "`avrdude -p \\?`" +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:18 +msgid "List available AVR programmers:" +msgstr "" + +#. type: Plain text +#: pages/common/avrdude.md:19 +msgid "`avrdude -c \\?`" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:2 +msgid "# awk" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:4 +msgid "A versatile programming language for working on files." +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:6 +msgid "Print the fifth column (a.k.a. field) in a space-separated file:" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:8 +msgid "`awk '{print $5}' {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:10 +msgid "" +"Print the second column of the lines containing \"something\" in a " +"space-separated file:" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:12 +msgid "`awk '/{{something}}/ {print $2}' {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:14 +msgid "" +"Print the last column of each line in a file, using a comma (instead of " +"space) as a field separator:" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:16 +msgid "`awk -F ',' '{print $NF}' {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:18 +msgid "Sum the values in the first column of a file and print the total:" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:20 +msgid "`awk '{s+=$1} END {print s}' {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:22 +msgid "" +"Sum the values in the first column and pretty-print the values and then the " +"total:" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:24 +msgid "`awk '{s+=$1; print $1} END {print \"--------\"; print s}' {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:26 +msgid "Print every third line starting from the first line:" +msgstr "" + +#. type: Plain text +#: pages/common/awk.md:27 +msgid "`awk 'NR%3==1' {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:2 +msgid "# aws" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:4 +msgid "The official CLI tool for Amazon Web Services." +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:6 +msgid "List all IAM users:" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:8 +msgid "`aws iam list-users`" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:10 +msgid "List all EC2 instances from a specific region:" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:12 +msgid "`aws ec2 describe-instances --region {{us-east-1}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:14 +msgid "Receive message from a specific SQS queue:" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:16 +msgid "" +"`aws sqs receive-message --queue-url " +"{{https://queue.amazonaws.com/546123/Test}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:18 +msgid "Publish message to the specific SNS topic:" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:20 +msgid "" +"`aws sns publish --topic-arn {{arn:aws:sns:us-east-1:54633:testTopic}} " +"--message \"Message\"`" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:22 +msgid "To see help text for the AWS command:" +msgstr "" + +#. type: Plain text +#: pages/common/aws.md:23 +msgid "`aws {{command}} help`" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:2 +msgid "# aws s3" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:4 +msgid "CLI for AWS S3 - provides storage through web services interfaces." +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:6 +msgid "Show files in a bucket:" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:8 +msgid "`aws s3 ls {{bucket_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:10 +msgid "Sync files and directories from local to bucket:" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:12 +msgid "`aws s3 sync {{path/to/files}} s3://{{bucket_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:14 +msgid "Sync files and directories from bucket to local:" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:16 +msgid "`aws s3 sync s3://{{bucket_name}} {{path/to/target}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:18 +msgid "Sync files and directories with exclusions:" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:20 +msgid "" +"`aws s3 sync {{path/to/files}} s3://{{bucket_name}} --exclude " +"{{path/to/file}} --exclude {{path/to/directory}}/*`" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:22 +msgid "Remove file from bucket:" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:24 +msgid "`aws s3 rm s3://{{bucket}}/{{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:26 +msgid "Preview changes only:" +msgstr "" + +#. type: Plain text +#: pages/common/aws-s3.md:27 +msgid "`aws s3 {{any_command}} --dryrun`" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:2 +msgid "# axel" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:4 +msgid "Download accelerator." +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:5 pages/common/wget.md:5 +msgid "Supports HTTP, HTTPS, and FTP." +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:7 pages/common/http.md:6 +msgid "Download a URL to a file:" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:9 +msgid "`axel {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:11 +msgid "Download and specify filename:" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:13 +msgid "`axel {{url}} -o {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:17 +msgid "`axel -n {{connections_num}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:19 +msgid "Search for mirrors:" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:21 +msgid "`axel -S {{mirrors_num}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:23 +msgid "Limit download speed (bytes per second):" +msgstr "" + +#. type: Plain text +#: pages/common/axel.md:24 +msgid "`axel -s {{speed}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:2 +msgid "# az" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:4 +msgid "The official CLI tool for Microsoft Azure." +msgstr "" + +#. type: Plain text +#: pages/common/az.md:6 +msgid "Log in to Azure:" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:8 +msgid "`az login`" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:10 +msgid "Manage azure subscription information:" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:12 +msgid "`az account`" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:14 +msgid "List all Azure Managed Disks:" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:16 +msgid "`az disk list`" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:18 +msgid "List all Azure virtual machines:" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:20 +msgid "`az vm list`" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:22 +msgid "Manage Azure Kubernetes Services:" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:24 +msgid "`az aks`" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:26 +msgid "Manage Azure Network resources:" +msgstr "" + +#. type: Plain text +#: pages/common/az.md:27 +msgid "`az network`" +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:2 +msgid "# b2sum" +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:4 +msgid "Calculate BLAKE2 cryptographic checksums." +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:6 +msgid "Calculate the BLAKE2 checksum for a file:" +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:8 +msgid "`b2sum {{filename1}}`" +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:10 +msgid "Calculate BLAKE2 checksums for multiple files:" +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:12 +msgid "`b2sum {{filename1}} {{filename2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:14 +msgid "" +"Read a file of BLAKE2 sums and filenames and verify all files have matching " +"checksums:" +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:16 +msgid "`b2sum -c {{filename.b2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:18 +msgid "Calculate the BLAKE2 checksum from stdin:" +msgstr "" + +#. type: Plain text +#: pages/common/b2sum.md:19 +msgid "`{{somecommand}} | b2sum`" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:2 +msgid "# babel" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:4 +msgid "" +"A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 " +"syntax." +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:6 +msgid "Transpile a specified input file and output to stdout:" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:8 +msgid "`babel {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:10 +msgid "Transpile a specified input file and output to a specific file:" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:12 +msgid "`babel {{path/to/input_file}} --out-file {{path/to/output_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:14 +msgid "Transpile the input file every time it is changed:" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:16 +msgid "`babel {{path/to/input_file}} --watch`" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:18 +msgid "Transpile a whole directory of files:" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:20 +msgid "`babel {{path/to/input_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:22 +msgid "Ignore specified comma-separated files in a directory:" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:24 +msgid "`babel {{path/to/input_directory}} --ignore {{ignored_files}}`" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:26 +msgid "Transpile and output as minified JavaScript:" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:28 +msgid "`babel {{path/to/input_file}} --minified`" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:30 +msgid "Choose a set of presets for output formatting:" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:32 +msgid "`babel {{path/to/input_file}} --presets {{presets}}`" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:34 +msgid "Output all available options:" +msgstr "" + +#. type: Plain text +#: pages/common/babel.md:35 +msgid "`babel --help`" +msgstr "" + +#. type: Plain text +#: pages/common/badblocks.md:2 +msgid "# badblocks" +msgstr "" + +#. type: Plain text +#: pages/common/badblocks.md:4 +msgid "Search a device for bad blocks." +msgstr "" + +#. type: Plain text +#: pages/common/badblocks.md:5 +msgid "" +"Some usages of badblocks can cause destructive actions, such as erasing all " +"the data on a disk, including the partition table." +msgstr "" + +#. type: Plain text +#: pages/common/badblocks.md:7 +msgid "Search a disk for bad blocks by using a non-destructive read-only test:" +msgstr "" + +#. type: Plain text +#: pages/common/badblocks.md:9 +msgid "`sudo badblocks {{/dev/sda}}`" +msgstr "" + +#. type: Plain text +#: pages/common/badblocks.md:11 +msgid "" +"Search an unmounted disk for bad blocks with a non-destructive read-write " +"test:" +msgstr "" + +#. type: Plain text +#: pages/common/badblocks.md:13 +msgid "`sudo badblocks -n {{/dev/sda}}`" +msgstr "" + +#. type: Plain text +#: pages/common/badblocks.md:15 +msgid "Search an unmounted disk for bad blocks with a destructive write test:" +msgstr "" + +#. type: Plain text +#: pages/common/badblocks.md:16 +msgid "`sudo badblocks -w {{/dev/sda}}`" +msgstr "" + +#. type: Plain text +#: pages/common/banner.md:2 +msgid "# banner" +msgstr "" + +#. type: Plain text +#: pages/common/banner.md:4 +msgid "Print the given argument as a large ASCII art." +msgstr "" + +#. type: Plain text +#: pages/common/banner.md:6 +msgid "Print the text message as a large banner (quotes are optional):" +msgstr "" + +#. type: Plain text +#: pages/common/banner.md:8 +msgid "`banner {{\"Hello World\"}}`" +msgstr "" + +#. type: Plain text +#: pages/common/banner.md:10 +msgid "Print the text message as a banner with a width of 50 characters:" +msgstr "" + +#. type: Plain text +#: pages/common/banner.md:12 +msgid "`banner -w {{50}} {{\"Hello World\"}}`" +msgstr "" + +#. type: Plain text +#: pages/common/banner.md:14 +msgid "Read text from stdin:" +msgstr "" + +#. type: Plain text +#: pages/common/banner.md:15 +msgid "`banner`" +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:2 +msgid "# base32" +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:4 +msgid "Encode or decode file or standard input to/from Base32, to standard output." +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:6 pages/common/base64.md:6 pages/osx/base64.md:6 +msgid "Encode a file:" +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:8 +msgid "`base32 {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:10 pages/common/base64.md:10 pages/osx/base64.md:10 +msgid "Decode a file:" +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:12 +msgid "`base32 -d {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:14 pages/common/base64.md:14 pages/osx/base64.md:14 +msgid "Encode from stdin:" +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:16 +msgid "`{{somecommand}} | base32`" +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:18 pages/common/base64.md:18 pages/osx/base64.md:18 +msgid "Decode from stdin:" +msgstr "" + +#. type: Plain text +#: pages/common/base32.md:19 +msgid "`{{somecommand}} | base32 -d`" +msgstr "" + +#. type: Plain text +#: pages/common/base64.md:2 pages/osx/base64.md:2 +msgid "# base64" +msgstr "" + +#. type: Plain text +#: pages/common/base64.md:4 +msgid "Encode or decode file or standard input to/from Base64, to standard output." +msgstr "" + +#. type: Plain text +#: pages/common/base64.md:8 +msgid "`base64 {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/base64.md:12 +msgid "`base64 -d {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/base64.md:16 +msgid "`{{somecommand}} | base64`" +msgstr "" + +#. type: Plain text +#: pages/common/base64.md:19 +msgid "`{{somecommand}} | base64 -d`" +msgstr "" + +#. type: Plain text +#: pages/common/basename.md:2 +msgid "# basename" +msgstr "" + +#. type: Plain text +#: pages/common/basename.md:4 +msgid "Returns non-directory portion of a pathname." +msgstr "" + +#. type: Plain text +#: pages/common/basename.md:6 +msgid "Show only the file name from a path:" +msgstr "" + +#. type: Plain text +#: pages/common/basename.md:8 +msgid "`basename {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/basename.md:10 +msgid "Show only the file name from a path, with a suffix removed:" +msgstr "" + +#. type: Plain text +#: pages/common/basename.md:11 +msgid "`basename {{path/to/file}} {{suffix}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:2 +msgid "# bashmarks" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:4 +msgid "Save and jump to commonly used directories using 1 character commands." +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:6 +msgid "List available bookmarks:" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:8 +msgid "`l`" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:10 +msgid "Save the current directory as \"bookmark_name\":" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:12 +msgid "`s {{bookmark_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:14 +msgid "Go to a bookmarked directory:" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:16 +msgid "`g {{bookmark_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:18 +msgid "Print a bookmarked directory's contents:" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:20 +msgid "`p {{bookmark_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:22 +msgid "Delete a bookmark:" +msgstr "" + +#. type: Plain text +#: pages/common/bashmarks.md:23 +msgid "`d {{bookmark_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:2 +msgid "# bash" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:4 +msgid "Bourne-Again SHell." +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:5 +msgid "`sh`-compatible command line interpreter." +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:7 pages/common/fish.md:7 pages/common/sh.md:7 pages/linux/dash.md:7 +msgid "Start interactive shell:" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:9 +msgid "`bash`" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:11 pages/common/fish.md:11 pages/common/ksh.md:11 pages/common/micro.md:19 pages/common/rbash.md:11 pages/common/sh.md:11 pages/linux/dash.md:11 +msgid "Execute a command:" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:13 +msgid "`bash -c \"{{command}}\"`" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:15 pages/common/fish.md:15 pages/common/ksh.md:15 pages/common/rbash.md:15 pages/common/sh.md:15 pages/linux/dash.md:15 +msgid "Run commands from a file:" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:17 +msgid "`bash {{file.sh}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:19 pages/linux/dash.md:19 +msgid "Run commands from a file, logging all commands executed to the terminal:" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:21 +msgid "`bash -x {{file.sh}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:23 +msgid "Run commands from a file, stopping at the first error:" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:25 +msgid "`bash -e {{file.sh}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:27 pages/common/sh.md:19 +msgid "Run commands from STDIN:" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:29 +msgid "`bash -s`" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:31 +msgid "" +"Print the version information of bash (use `echo $BASH_VERSION` to show just " +"the version string):" +msgstr "" + +#. type: Plain text +#: pages/common/bash.md:32 +msgid "`bash --version`" +msgstr "" + +#. type: Plain text +#: pages/common/batch.md:2 +msgid "# batch" +msgstr "" + +#. type: Plain text +#: pages/common/batch.md:4 +msgid "Execute commands at a later time when the system load levels permit." +msgstr "" + +#. type: Plain text +#: pages/common/batch.md:7 +msgid "Execute commands from standard input (press `Ctrl + D` when done):" +msgstr "" + +#. type: Plain text +#: pages/common/batch.md:9 +msgid "`batch`" +msgstr "" + +#. type: Plain text +#: pages/common/batch.md:11 +msgid "Execute a command from standard input:" +msgstr "" + +#. type: Plain text +#: pages/common/batch.md:13 +msgid "`echo \"{{./make_db_backup.sh}}\" | batch`" +msgstr "" + +#. type: Plain text +#: pages/common/batch.md:15 +msgid "Execute commands from a given file:" +msgstr "" + +#. type: Plain text +#: pages/common/batch.md:16 +msgid "`batch -f {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:2 +msgid "# bat" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:4 pages/common/cat.md:4 +msgid "Print and concatenate files." +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:5 +msgid "A `cat` clone with syntax highlighting and Git integration." +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:7 pages/common/cat.md:6 +msgid "Print the contents of a file to the standard output:" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:9 +msgid "`bat {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:11 pages/common/cat.md:10 +msgid "Concatenate several files into the target file:" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:13 +msgid "`bat {{file1}} {{file2}} > {{target_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:15 pages/common/cat.md:14 +msgid "Append several files into the target file:" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:17 +msgid "`bat {{file1}} {{file2}} >> {{target_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:19 pages/common/cat.md:18 +msgid "Number all output lines:" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:21 +msgid "`bat -n {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:23 +msgid "Syntax highlight a json file:" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:25 +msgid "`bat --language json {{file.json}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:27 +msgid "Display all supported languages:" +msgstr "" + +#. type: Plain text +#: pages/common/bat.md:28 +msgid "`bat --list-languages`" +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:2 +msgid "# bc" +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:4 +msgid "Calculator." +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:6 +msgid "Run calculator in interactive mode using the standard math library:" +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:8 +msgid "`bc -l`" +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:10 +msgid "Calculate the result of an expression:" +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:12 +msgid "`bc <<< \"(1 + 2) * 2 ^ 2\"`" +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:14 +msgid "Calculate expression and force number of decimal places to 10:" +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:16 +msgid "`bc <<< \"scale=10; 5 / 3\"`" +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:18 +msgid "Calculate expression with sine and cosine using mathlib:" +msgstr "" + +#. type: Plain text +#: pages/common/bc.md:19 +msgid "`bc -l <<< \"s(1) + c(1)\"`" +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:2 +msgid "# beanstalkd" +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:4 +msgid "A simple and generic work-queue server." +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:6 +msgid "Start beanstalkd, listening on port 11300:" +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:8 +msgid "`beanstalkd`" +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:10 +msgid "Start beanstalkd listening on a custom port and address:" +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:12 +msgid "`beanstalkd -l {{ip_address}} -p {{port_number}}`" +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:14 +msgid "Persist work queues by saving them to disk:" +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:16 +msgid "`beanstalkd -b {{path/to/persistence_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:18 +msgid "Sync to the persistence directory every 500 milliseconds:" +msgstr "" + +#. type: Plain text +#: pages/common/beanstalkd.md:19 +msgid "`beanstalkd -b {{path/to/persistence_directory}} -f {{500}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:2 +msgid "# bedtools" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:4 +msgid "A swiss-army knife of tools for genomic-analysis tasks." +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:5 +msgid "" +"Used to intersect, group, convert and count data in BAM, BED, GFF/GTF, VCF " +"format." +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:7 +msgid "" +"Intersect two files with respect to the sequences' strand and save the " +"result to {{path/to/output_file}}:" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:9 +msgid "" +"`bedtools intersect -a {{path/to/file_1}} -b {{path/to/file_2}} -s > " +"{{path/to/output_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:11 +msgid "" +"Intersect two files with a left outer join, i.e. report each feature from " +"{{file_1}} and NULL if no overlap with {{file_2}}:" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:13 +msgid "" +"`bedtools intersect -a {{path/to/file_1}} -b {{path/to/file_2}} -lof > " +"{{path/to/output_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:15 +msgid "Using more efficient algorithm to intersect two pre-sorted files:" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:17 +msgid "" +"`bedtools intersect -a {{path/to/file_1}} -b {{path/to/file_2}} -sorted > " +"{{path/to/output_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:19 +msgid "" +"Group file {{path/to/file}} based on the first three and the fifth column " +"and summarize the sixth column by summing it up:" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:21 +msgid "`bedtools groupby -i {{path/to/file}} -c 1-3,5 -g 6 -o sum`" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:23 +msgid "Convert bam-formated file to a bed-formated one:" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:25 +msgid "`bedtools bamtobed -i {{path/to/file}}.bam > {{path/to/file}}.bed`" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:27 +msgid "" +"Find for all features in {{file_1}}.bed the closest one in {{file_2}}.bed " +"and write their distance in an extra column (input files must be sorted):" +msgstr "" + +#. type: Plain text +#: pages/common/bedtools.md:28 +msgid "`bedtools closest -a {{path/to/file_1}}.bed -b {{path/to/file_2}}.bed -d`" +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:2 +msgid "# berks" +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:4 +msgid "Chef cookbook dependency manager." +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:6 +msgid "Install cookbook dependencies into a local repo:" +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:8 +msgid "`berks install`" +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:10 +msgid "Update a specific cookbook and its dependencies:" +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:12 +msgid "`berks update {{cookbook}}`" +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:14 +msgid "Upload a cookbook to the Chef server:" +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:16 +msgid "`berks upload {{cookbook}}`" +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:18 +msgid "View the dependencies of a cookbook:" +msgstr "" + +#. type: Plain text +#: pages/common/berks.md:19 +msgid "`berks contingent {{cookbook}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bg.md:2 +msgid "# bg" +msgstr "" + +#. type: Plain text +#: pages/common/bg.md:4 +msgid "" +"Resumes jobs that have been suspended (e.g. using `Ctrl + Z`), and keeps " +"them running in the background." +msgstr "" + +#. type: Plain text +#: pages/common/bg.md:6 +msgid "Resume most recently suspended job and run it in the background:" +msgstr "" + +#. type: Plain text +#: pages/common/bg.md:8 +msgid "`bg`" +msgstr "" + +#. type: Plain text +#: pages/common/bg.md:10 +msgid "" +"Resume a specific job (use `jobs -l` to get its ID) and run it in the " +"background:" +msgstr "" + +#. type: Plain text +#: pages/common/bg.md:11 +msgid "`bg {{job_id}}`" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:2 +msgid "# blender" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:4 +msgid "Command-line interface to the Blender 3D computer graphics application." +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:5 +msgid "Arguments are executed in the order they are given." +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:7 +msgid "" +"Render all frames of an animation in the background, without loading the UI " +"(output is saved to `/tmp`):" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:9 +msgid "`blender -b {{filename}}.blend -a`" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:11 +msgid "" +"Render an animation using a specific image naming pattern, in a path " +"relative (`//`) to the .blend file:" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:13 +msgid "`blender -b {{filename}}.blend -o //{{render/frame_###.png}} -a`" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:15 +msgid "" +"Render the 10th frame of an animation as a single image, saved to an " +"existing directory (absolute path):" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:17 +msgid "`blender -b {{filename}}.blend -o {{/path/to/output_directory}} -f {{10}}`" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:19 +msgid "" +"Render the second last frame in an animation as a JPEG image, saved to an " +"existing directory (relative path):" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:21 +msgid "" +"`blender -b {{filename}}.blend -o //{{output_directory}} -F {{JPEG}} -f " +"{{-2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:23 +msgid "" +"Render the animation of a specific scene, starting at frame 10 and ending at " +"frame 500:" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:25 +msgid "`blender -b {{filename}}.blend -S {{scene_name}} -s {{10}} -e {{500}} -a`" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:27 +msgid "" +"Render an animation at a specific resolution, by passing a Python " +"expression:" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:29 +msgid "" +"`blender -b {{filename}}.blend --python-expr '{{import bpy; " +"bpy.data.scenes[0].render.resolution_percentage = 25}}' -a`" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:31 +msgid "" +"Start an interactive Blender session in the terminal with a python console " +"(do `import bpy` after starting):" +msgstr "" + +#. type: Plain text +#: pages/common/blender.md:32 +msgid "`blender -b --python-console`" +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:2 +msgid "# bmaptool" +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:4 +msgid "" +"Create or Copy blockmaps intelligently (and therefore faster than `cp` or " +"`dd`)." +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:6 +msgid "Create a blockmap from image file:" +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:8 +msgid "`bmaptool create -o {{blockmap.bmap}} {{source.img}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:10 +msgid "Copy an image file into sdb:" +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:12 +msgid "`bmaptool copy --bmap {{blockmap.bmap}} {{source.img}} {{/dev/sdb}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:14 +msgid "Copy a compressed image file into sdb:" +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:16 +msgid "`bmaptool copy --bmap {{blockmap.bmap}} {{source.img.gz}} {{/dev/sdb}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:18 +msgid "Copy an image file into sdb without using a blockmap:" +msgstr "" + +#. type: Plain text +#: pages/common/bmaptool.md:19 +msgid "`bmaptool copy --nobmap {{source.img}} {{/dev/sdb}}`" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:2 +msgid "# boot" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:4 +msgid "Build tooling for the Clojure programming language." +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:6 pages/common/lein.md:10 +msgid "Start a REPL session either with the project or standalone:" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:8 +msgid "`boot repl`" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:10 +msgid "Build a single \"uberjar\":" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:12 +msgid "`boot jar`" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:14 +msgid "Learn about a command:" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:16 +msgid "`boot cljs --help`" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:18 pages/common/lein.md:6 +msgid "Generate scaffolding for a new project based on a template:" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:20 +msgid "" +"`boot --dependencies boot/new new --template {{template_name}} --name " +"{{project_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:22 +msgid "Build for development (if using the boot/new template):" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:24 +msgid "`boot dev`" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:26 +msgid "Build for production (if using the boot/new template):" +msgstr "" + +#. type: Plain text +#: pages/common/boot.md:27 +msgid "`boot prod`" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:2 +msgid "# borg" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:4 +msgid "Deduplicating backup tool." +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:5 +msgid "Creates local or remote backups that are mountable as filesystems." +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:7 +msgid "Initialise a (local) repository:" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:9 +msgid "`borg init {{/path/to/repo_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:11 +msgid "" +"Backup a directory into the repository, creating an archive called " +"\"Monday\":" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:13 +msgid "" +"`borg create --progress {{/path/to/repo_directory}}::{{Monday}} " +"{{/path/to/source_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:15 +msgid "List all archives in a repository:" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:17 +msgid "`borg list {{/path/to/repo_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:19 +msgid "" +"Extract a specific directory from the \"Monday\" archive in a remote " +"repository, excluding all *.ext files:" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:21 +msgid "" +"`borg extract {{user}}@{{host}}:{{/path/to/repo_directory}}::{{Monday}} " +"{{path/to/target_directory}} --exclude '{{*.ext}}'`" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:23 +msgid "" +"Prune a repository by deleting all archives older than 7 days, listing " +"changes:" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:25 +msgid "`borg prune --keep-within {{7d}} --list {{/path/to/repo_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:27 +msgid "Mount a repository as a FUSE filesystem:" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:29 +msgid "`borg mount {{/path/to/repo_directory}}::{{Monday}} {{/path/to/mountpoint}}`" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:31 +msgid "Display help on creating archives:" +msgstr "" + +#. type: Plain text +#: pages/common/borg.md:32 +msgid "`borg create --help`" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:2 +msgid "# bosh" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:4 +msgid "Command line tool to deploy and manage the bosh director." +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:6 +msgid "Create local alias for director:" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:8 +msgid "" +"`bosh alias-env {{environment_name}} -e {{ip_address|url}} --ca-cert " +"{{ca_certificate}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:10 +msgid "List environments:" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:12 +msgid "`bosh environments`" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:14 +msgid "Login to the director:" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:16 +msgid "`bosh login -e {{environment}} `" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:18 +msgid "List deployments:" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:20 +msgid "`bosh -e {{environment}} deployments`" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:22 +msgid "List environment virtual machines:" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:24 +msgid "`bosh -e {{environment}} vms -d {{deployment}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:26 +msgid "Ssh into virtual machine:" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:28 +msgid "`bosh -e {{environment}} ssh {{virtual_machine}} -d {{deployment}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:30 +msgid "Upload stemcell:" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:32 +msgid "`bosh -e {{environment}} upload-stemcell {{stemcell_file|url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:34 +msgid "Show current cloud config:" +msgstr "" + +#. type: Plain text +#: pages/common/bosh.md:35 +msgid "`bosh -e {{environment}} cloud-config`" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:2 +msgid "# bower" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:4 +msgid "A package manager optimized for front-end web development." +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:5 +msgid "" +"A package can be a GitHub user/repo shorthand, a Git endpoint, a URL or a " +"registered package." +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:7 +msgid "Install a project's dependencies, listed in its bower.json:" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:9 +msgid "`bower install`" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:11 +msgid "Install one or more packages to the bower_components directory:" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:13 +msgid "`bower install {{package}} {{package}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:15 +msgid "Uninstall packages locally from the bower_components directory:" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:17 +msgid "`bower uninstall {{package}} {{package}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:19 +msgid "List local packages and possible updates:" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:21 +msgid "`bower list`" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:23 +msgid "Display help information about a bower command:" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:25 +msgid "`bower help {{command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:27 +msgid "Create a bower.json file for your package:" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:29 +msgid "`bower init`" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:31 +msgid "Install a specific dependency version, and add it to bower.json:" +msgstr "" + +#. type: Plain text +#: pages/common/bower.md:32 +msgid "`bower install {{local_name}}={{package}}#{{version}} --save`" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:2 +msgid "# box" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:4 +msgid "A PHP application for building and managing Phars." +msgstr "" + +#. type: Plain text +#: pages/common/box.md:6 +msgid "Build a new Phar file:" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:8 +msgid "`box build`" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:10 +msgid "Build a new Phar file using a specific config file:" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:12 +msgid "`box build -c {{path/to/config}}`" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:14 +msgid "Display information about the PHAR PHP extension:" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:16 +msgid "`box info`" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:18 +msgid "Display information about a specific Phar file:" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:20 +msgid "`box info {{path/to/phar_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:22 +msgid "Validate the first found config file in the working directory:" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:24 +msgid "`box validate`" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:26 +msgid "Verify the signature of a specific Phar file:" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:28 +msgid "`box verify {{path/to/phar_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:30 +msgid "Display all available commands and options:" +msgstr "" + +#. type: Plain text +#: pages/common/box.md:31 +msgid "`box help`" +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:2 +msgid "# browser-sync" +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:4 +msgid "Starts local web server that updates browser on file changes." +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:6 +msgid "Start a server from a specific directory:" +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:8 +msgid "" +"`browser-sync start --server {{path/to/directory}} --files " +"{{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:10 +msgid "" +"Start a server from local directory, watching all css files in some " +"directory:" +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:12 +msgid "`browser-sync start --server --files '{{path/to/directory/*.css}}'`" +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:14 +msgid "Create configuration file:" +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:16 +msgid "`browser-sync init`" +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:18 +msgid "Start browser-sync from config file:" +msgstr "" + +#. type: Plain text +#: pages/common/browser-sync.md:19 +msgid "`browser-sync start --config {{config_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:2 +msgid "# bundle" +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:4 +msgid "Dependency manager for the Ruby programming language." +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:6 +msgid "Install all gems defined in the gemfile expected in the working directory:" +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:8 +msgid "`bundle install`" +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:10 +msgid "" +"Update all gems by the rules defined in the gemfile and regenerate " +"gemfile.lock:" +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:12 +msgid "`bundle update`" +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:14 +msgid "Update one specific gem defined in the gemfile:" +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:16 +msgid "`bundle update --source {{gemname}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:18 +msgid "Create a new gem skeleton:" +msgstr "" + +#. type: Plain text +#: pages/common/bundle.md:19 +msgid "`bundle gem {{gemname}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:2 +msgid "# bup" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:4 +msgid "" +"Backup system based on the git packfile format, providing fast incremental " +"saves and global deduplication." +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:6 pages/common/restic.md:6 +msgid "Initialize a backup repository in the specified local directory:" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:8 +msgid "`bup -d {{path/to/repository}} init`" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:10 +msgid "Prepare a given directory before taking a backup:" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:12 +msgid "`bup -d {{path/to/repository}} index {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:14 pages/common/restic.md:10 +msgid "Backup a directory to the repository:" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:16 +msgid "" +"`bup -d {{path/to/repository}} save -n {{backup_name}} " +"{{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:18 +msgid "Show the backup snapshots currently stored in the repository:" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:20 +msgid "`bup -d {{path/to/repository}} ls`" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:22 pages/common/restic.md:18 +msgid "Restore a specific backup snapshot to a target directory:" +msgstr "" + +#. type: Plain text +#: pages/common/bup.md:23 +msgid "" +"`bup -d {{path/to/repository}} restore -C {{path/to/target_directory}} " +"{{backup_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:2 +msgid "# bw" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:4 +msgid "A CLI to access and manage a Bitwarden vault." +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:6 +msgid "Log in to a Bitwarden user account:" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:8 +msgid "`bw login`" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:10 +msgid "Log out of a Bitwarden user account:" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:12 +msgid "`bw logout`" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:14 +msgid "Search and display items from Bitwarden vault:" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:16 +msgid "`bw list items --search {{github}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:18 +msgid "Display a particular item from Bitwarden vault:" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:20 +msgid "`bw get item {{github}}`" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:22 +msgid "Create a folder in Bitwarden vault:" +msgstr "" + +#. type: Plain text +#: pages/common/bw.md:23 +msgid "`{{echo -n '{\"name\":\"My Folder1\"}' | base64}} | bw create folder`" +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:2 +msgid "# c99" +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:4 +msgid "Compiles C programs according to the ISO C standard." +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:6 +msgid "Compile source file(s) and create an executable:" +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:8 +msgid "`c99 {{file.c}}`" +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:10 +msgid "Compile source file(s) and create an executable with a custom name:" +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:12 +msgid "`c99 -o {{executable_name}} {{file.c}}`" +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:14 +msgid "Compile source file(s) and create object file(s):" +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:16 +msgid "`c99 -c {{file.c}}`" +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:18 +msgid "Compile source file(s), link with object file(s), and create an executable:" +msgstr "" + +#. type: Plain text +#: pages/common/c99.md:19 +msgid "`c99 {{file.c}} {{file.o}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:2 +msgid "# cabal" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:4 +msgid "Command line interface to the Haskell package infrastructure (Cabal)." +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:5 +msgid "" +"Manage Haskell projects and Cabal packages from the Hackage package " +"repository." +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:7 +msgid "Search and list packages from Hackage:" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:9 +msgid "`cabal list {{search_string}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:11 pages/linux/apt-cache.md:10 pages/linux/dpkg-query.md:18 pages/linux/slapt-get.md:27 pages/linux/trizen.md:22 +msgid "Show information about a package:" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:13 +msgid "`cabal info {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:15 +msgid "Download and install a package:" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:17 +msgid "`cabal install {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:19 +msgid "Create a new Haskell project in the current directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:21 +msgid "`cabal init`" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:23 +msgid "Build the project in the current directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:25 +msgid "`cabal build`" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:27 +msgid "Run tests of the project in the current directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cabal.md:28 +msgid "`cabal test`" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:2 +msgid "# calibredb" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:4 +msgid "Tool to manipulate the your ebook database." +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:5 pages/common/calibre-server.md:6 +msgid "Part of the Calibre ebook library." +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:7 +msgid "List ebooks in the library with additional information:" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:9 +msgid "`calibredb list`" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:11 +msgid "Search for ebooks displaying additional information:" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:13 +msgid "`calibredb list --search {{search_term}}`" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:15 +msgid "Search for just ids of ebooks:" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:17 +msgid "`calibredb search {{search_term}}`" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:19 +msgid "Add one or more ebooks to the library:" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:21 +msgid "`calibredb add {{file1 file2 …}}`" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:23 +msgid "Remove one or more ebooks from the library. You need ebook-ids (see above):" +msgstr "" + +#. type: Plain text +#: pages/common/calibredb.md:24 +msgid "`calibredb remove {{id1 id2 …}}`" +msgstr "" + +#. type: Plain text +#: pages/common/calibre-server.md:2 +msgid "# calibre-server" +msgstr "" + +#. type: Plain text +#: pages/common/calibre-server.md:4 +msgid "A server application that can be used to distribute ebooks over a network." +msgstr "" + +#. type: Plain text +#: pages/common/calibre-server.md:5 +msgid "Ebooks must be imported into the library using the GUI or calibredb before." +msgstr "" + +#. type: Plain text +#: pages/common/calibre-server.md:8 +msgid "Start a server to distribute ebooks. Access at http://localhost:8080:" +msgstr "" + +#. type: Plain text +#: pages/common/calibre-server.md:10 +msgid "`calibre-server`" +msgstr "" + +#. type: Plain text +#: pages/common/calibre-server.md:12 +msgid "Start server on different port. Access at http://localhost:port:" +msgstr "" + +#. type: Plain text +#: pages/common/calibre-server.md:14 +msgid "`calibre-server --port {{port}}`" +msgstr "" + +#. type: Plain text +#: pages/common/calibre-server.md:16 +msgid "Password protect the server:" +msgstr "" + +#. type: Plain text +#: pages/common/calibre-server.md:17 +msgid "`calibre-server --username {{username}} --password {{password}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:2 +msgid "# cargo" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:4 +msgid "Rust package manager." +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:5 +msgid "Manage Rust projects and their module dependencies (crates)." +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:7 +msgid "Search for crates:" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:9 +msgid "`cargo search {{search_string}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:11 +msgid "Install a crate:" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:13 +msgid "`cargo install {{crate_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:15 +msgid "List installed crates:" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:17 +msgid "`cargo install --list`" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:19 +msgid "Create a new binary or library Rust project in the current directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:21 +msgid "`cargo init --{{bin|lib}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:23 +msgid "Create a new binary or library Rust project in the specified directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:25 +msgid "`cargo new {{path/to/directory}} --{{bin|lib}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:27 +msgid "Build the Rust project in the current directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:29 +msgid "`cargo build`" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:31 +msgid "Build with multiple parallel jobs:" +msgstr "" + +#. type: Plain text +#: pages/common/cargo.md:32 +msgid "`cargo build -j {{jobs}}`" +msgstr "" + +#. type: Plain text +#: pages/common/case.md:2 +msgid "# case" +msgstr "" + +#. type: Plain text +#: pages/common/case.md:4 +msgid "Branch based on the value of an expression." +msgstr "" + +#. type: Plain text +#: pages/common/case.md:6 +msgid "Match a variable against string literals to decide which command to run:" +msgstr "" + +#. type: Labeled list +#: pages/common/case.md:7 +#, no-wrap +msgid "" +"`case {{$tocount}} in {{words}}) {{wc -w README}}; ;; {{lines}}) {{wc -l " +"README}}; " +msgstr "" + +#. type: Plain text +#: pages/common/case.md:8 pages/common/case.md:11 +msgid "esac`" +msgstr "" + +#. type: Plain text +#: pages/common/case.md:10 +msgid "Combine patterns with |, use * as a fallback pattern:" +msgstr "" + +#. type: Labeled list +#: pages/common/case.md:11 +#, no-wrap +msgid "" +"`case {{$tocount}} in {{[wW]|words}}) {{wc -w README}}; ;; {{[lL]|lines}}) " +"{{wc -l README}}; ;; *) {{echo \"what?\"}}; " +msgstr "" + +#. type: Plain text +#: pages/common/cat.md:2 +msgid "# cat" +msgstr "" + +#. type: Plain text +#: pages/common/cat.md:8 +msgid "`cat {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cat.md:12 +msgid "`cat {{file1}} {{file2}} > {{target_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cat.md:16 +msgid "`cat {{file1}} {{file2}} >> {{target_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cat.md:19 +msgid "`cat -n {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:2 +msgid "# cd" +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:4 +msgid "Change the current working directory." +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:6 +msgid "Go to the given directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:8 +msgid "`cd {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:10 +msgid "Go to home directory of current user:" +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:12 +msgid "`cd`" +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:14 +msgid "Go up to the parent of the current directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:16 +msgid "`cd ..`" +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:18 +msgid "Go to the previously chosen directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cd.md:19 +msgid "`cd -`" +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:2 +msgid "# chgrp" +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:4 +msgid "Change group ownership of files and directories." +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:6 +msgid "Change the owner group of a file/directory:" +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:8 +msgid "`chgrp {{group}} {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:10 +msgid "Recursively change the owner group of a directory and its contents:" +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:12 +msgid "`chgrp -R {{group}} {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:14 +msgid "Change the owner group of a symbolic link:" +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:16 +msgid "`chgrp -h {{group}} {{path/to/symlink}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:18 +msgid "Change the owner group of a file/directory to match a reference file:" +msgstr "" + +#. type: Plain text +#: pages/common/chgrp.md:19 +msgid "`chgrp --reference={{path/to/reference_file}} {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:2 +msgid "# chmod" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:4 +msgid "Change the access permissions of a file or directory." +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:6 +msgid "Give the [u]ser who owns a file the right to e[x]ecute it:" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:8 +msgid "`chmod u+x {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:10 +msgid "Give the user rights to [r]ead and [w]rite to a file/directory:" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:12 +msgid "`chmod u+rw {{file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:14 +msgid "Remove executable rights from the [g]roup:" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:16 +msgid "`chmod g-x {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:18 +msgid "Give [a]ll users rights to read and execute:" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:20 +msgid "`chmod a+rx {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:22 +msgid "Give [o]thers (not in the file owner's group) the same rights as the group:" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:24 +msgid "`chmod o=g {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:26 +msgid "" +"Change permissions recursively giving [g]roup and [o]thers the abililty to " +"[w]rite:" +msgstr "" + +#. type: Plain text +#: pages/common/chmod.md:27 +msgid "`chmod -R g+w,o+w {{directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:2 +msgid "# chown" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:4 +msgid "Change user and group ownership of files and directories." +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:6 +msgid "Change the owner user of a file/directory:" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:8 +msgid "`chown {{user}} {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:10 +msgid "Change the owner user and group of a file/directory:" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:12 +msgid "`chown {{user}}:{{group}} {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:14 +msgid "Recursively change the owner of a directory and its contents:" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:16 +msgid "`chown -R {{user}} {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:18 +msgid "Change the owner of a symbolic link:" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:20 +msgid "`chown -h {{user}} {{path/to/symlink}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:22 +msgid "Change the owner of a file/directory to match a reference file:" +msgstr "" + +#. type: Plain text +#: pages/common/chown.md:23 +msgid "`chown --reference={{path/to/reference_file}} {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:2 +msgid "# chromium" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:4 +msgid "Open-source web browser from Google." +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:6 pages/common/less.md:6 pages/common/micro.md:7 pages/common/more.md:6 pages/common/most.md:6 pages/common/nvim.md:7 pages/common/view.md:7 pages/common/vim.md:7 +msgid "Open a file:" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:8 +msgid "`chromium {{path/to/file.html}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:10 pages/common/w3m.md:6 +msgid "Open an URL:" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:12 +msgid "`chromium {{example.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:14 +msgid "Open in incognito mode:" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:16 +msgid "`chromium --incognito {{example.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:18 +msgid "Open in a new window:" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:20 +msgid "`chromium --new-window {{example.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:22 +msgid "Open in app mode (without toolbars, URL bar, buttons, etc.):" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:24 +msgid "`chromium --app='{{https://example.com}}'`" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:26 +msgid "Use a proxy server:" +msgstr "" + +#. type: Plain text +#: pages/common/chromium.md:27 +msgid "`chromium --proxy-server=\"{{socks5://hostname:66}}\" {{example.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chroot.md:2 +msgid "# chroot" +msgstr "" + +#. type: Plain text +#: pages/common/chroot.md:4 +msgid "Run command or interactive shell with special root directory." +msgstr "" + +#. type: Plain text +#: pages/common/chroot.md:6 +msgid "Run command as new root directory:" +msgstr "" + +#. type: Plain text +#: pages/common/chroot.md:8 +msgid "`chroot {{/path/to/new/root}} {{command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chroot.md:10 +msgid "Specify user and group (ID or name) to use:" +msgstr "" + +#. type: Plain text +#: pages/common/chroot.md:11 +msgid "`chroot --userspec={{user:group}}`" +msgstr "" + +#. type: Plain text +#: pages/common/chsh.md:2 +msgid "# chsh" +msgstr "" + +#. type: Plain text +#: pages/common/chsh.md:4 +msgid "Change user's login shell." +msgstr "" + +#. type: Plain text +#: pages/common/chsh.md:6 +msgid "Change shell:" +msgstr "" + +#. type: Plain text +#: pages/common/chsh.md:7 +msgid "`chsh -s {{path/to/shell_binary}} {{username}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cksum.md:2 +msgid "# cksum" +msgstr "" + +#. type: Plain text +#: pages/common/cksum.md:4 +msgid "Calculates CRC checksums and byte counts of a file." +msgstr "" + +#. type: Plain text +#: pages/common/cksum.md:5 +msgid "Note, on old UNIX systems the CRC implementation may differ." +msgstr "" + +#. type: Plain text +#: pages/common/cksum.md:7 +msgid "Display a 32 bit checksum, size in bytes and filename:" +msgstr "" + +#. type: Plain text +#: pages/common/cksum.md:8 +msgid "`cksum {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:2 +msgid "# clang" +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:4 +msgid "" +"Compiler for C, C++, and Objective-C source files. Can be used as a drop-in " +"replacement for GCC." +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:6 pages/common/g++.md:7 +msgid "Compile a source code file into an executable binary:" +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:8 +msgid "`clang {{input_source.c}} -o {{output_executable}}`" +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:10 +msgid "Activate output of all errors and warnings:" +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:12 +msgid "`clang {{input_source.c}} -Wall -o {{output_executable}}`" +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:14 pages/common/g++.md:19 +msgid "Include libraries located at a different path than the source file:" +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:16 +msgid "" +"`clang {{input_source.c}} -o {{output_executable}} -I{{header_path}} " +"-L{{library_path}} -l{{library_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:18 +msgid "Compile source code into LLVM Intermediate Representation (IR):" +msgstr "" + +#. type: Plain text +#: pages/common/clang.md:19 +msgid "`clang -S -emit-llvm {{file.c}} -o {{file.ll}}`" +msgstr "" + +#. type: Plain text +#: pages/common/clear.md:2 +msgid "# clear" +msgstr "" + +#. type: Plain text +#: pages/common/clear.md:4 +msgid "Clears the screen of the terminal." +msgstr "" + +#. type: Plain text +#: pages/common/clear.md:6 +msgid "Clear the screen (equivalent to typing Control-L when using the bash shell):" +msgstr "" + +#. type: Plain text +#: pages/common/clear.md:7 +msgid "`clear`" +msgstr "" + +#. type: Plain text +#: pages/common/clockwork-cli.md:2 +msgid "# clockwork-cli" +msgstr "" + +#. type: Plain text +#: pages/common/clockwork-cli.md:4 +msgid "A command line interface for the Clockwork PHP debugging framework." +msgstr "" + +#. type: Plain text +#: pages/common/clockwork-cli.md:6 +msgid "Monitor Clockwork logs for the current project:" +msgstr "" + +#. type: Plain text +#: pages/common/clockwork-cli.md:8 +msgid "`clockwork-cli`" +msgstr "" + +#. type: Plain text +#: pages/common/clockwork-cli.md:10 +msgid "Monitor Clockwork logs for a specific project:" +msgstr "" + +#. type: Plain text +#: pages/common/clockwork-cli.md:12 +msgid "`clockwork-cli {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/clockwork-cli.md:14 +msgid "Monitor Clockwork logs for multiple projects:" +msgstr "" + +#. type: Plain text +#: pages/common/clockwork-cli.md:15 +msgid "`clockwork-cli {{path/to/directory1 path/to/directory2 …}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cloc.md:2 +msgid "# cloc" +msgstr "" + +#. type: Plain text +#: pages/common/cloc.md:4 +msgid "Count, and compute differences of, lines of source code and comments." +msgstr "" + +#. type: Plain text +#: pages/common/cloc.md:6 +msgid "Count all the lines of code in a directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cloc.md:8 +msgid "`cloc {{/path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cloc.md:10 +msgid "" +"Count all the lines of code in a directory, displaying a progress bar during " +"the counting process:" +msgstr "" + +#. type: Plain text +#: pages/common/cloc.md:12 +msgid "`cloc --progress=1 {{/path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cloc.md:14 +msgid "Compare 2 directory structures and count the differences between them:" +msgstr "" + +#. type: Plain text +#: pages/common/cloc.md:15 +msgid "`cloc --diff {{/directory/one}} {{/directory/two}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cmake.md:2 +msgid "# cmake" +msgstr "" + +#. type: Plain text +#: pages/common/cmake.md:4 +msgid "Cross-platform build system generator." +msgstr "" + +#. type: Plain text +#: pages/common/cmake.md:5 +msgid "" +"It generates Makefiles, Visual Studio projects or others, depending on the " +"target system." +msgstr "" + +#. type: Plain text +#: pages/common/cmake.md:7 +msgid "" +"Generate a Makefile and use it to compile a project in the same directory as " +"the source:" +msgstr "" + +#. type: Plain text +#: pages/common/cmake.md:9 +msgid "`cmake && make`" +msgstr "" + +#. type: Plain text +#: pages/common/cmake.md:11 +msgid "" +"Generate a Makefile and use it to compile a project in a separate \"build\" " +"directory (out-of-source build):" +msgstr "" + +#. type: Plain text +#: pages/common/cmake.md:13 +msgid "`cmake -H. -B{{build}} && make -C {{build}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cmake.md:15 +msgid "" +"Run cmake in interactive mode (it will ask for each variable, instead of " +"using defaults):" +msgstr "" + +#. type: Plain text +#: pages/common/cmake.md:16 +msgid "`cmake -i`" +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:2 +msgid "# cmark" +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:4 +msgid "Converts CommonMark Markdown formatted text to other formats." +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:6 +msgid "Render a Commonmark Markdown file to HTML:" +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:8 +msgid "`cmark --to html {{filename.md}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:10 +msgid "Convert data from standard input to latex:" +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:12 +msgid "`cmark --to latex`" +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:14 +msgid "Convert straight quotes to smart quotes:" +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:16 +msgid "`cmark --smart --to html {{filename.md}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:18 +msgid "Validate utf8 characters:" +msgstr "" + +#. type: Plain text +#: pages/common/cmark.md:19 +msgid "`cmark --validate-utf8 {{filename.md}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cmp.md:2 +msgid "# cmp" +msgstr "" + +#. type: Plain text +#: pages/common/cmp.md:4 +msgid "Compare two files." +msgstr "" + +#. type: Plain text +#: pages/common/cmp.md:6 +msgid "" +"Find the byte number and line number of the first difference between the " +"files:" +msgstr "" + +#. type: Plain text +#: pages/common/cmp.md:8 +msgid "`cmp {{file1}} {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cmp.md:10 +msgid "Find the byte number and differing bytes of every difference:" +msgstr "" + +#. type: Plain text +#: pages/common/cmp.md:11 +msgid "`cmp -l {{file1}} {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:2 +msgid "# code" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:4 +msgid "Visual Studio Code." +msgstr "" + +#. type: Plain text +#: pages/common/code.md:5 +msgid "Homepage: ." +msgstr "" + +#. type: Plain text +#: pages/common/code.md:7 +msgid "Open VS Code:" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:9 +msgid "`code`" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:11 +msgid "Open the current directory in VS Code:" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:13 +msgid "`code .`" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:15 +msgid "Open a file or directory in VS Code:" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:17 +msgid "`code {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:19 +msgid "Open a file or directory in the currently open VS Code window:" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:21 +msgid "`code --reuse-window {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:23 +msgid "Compare two files in VS Code:" +msgstr "" + +#. type: Plain text +#: pages/common/code.md:24 +msgid "`code -d {{file1}} {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:2 +msgid "# coffee" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:4 +msgid "Executes CoffeeScript scripts or compiles them into JavaScript." +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:6 +msgid "Run a script:" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:8 +msgid "`coffee {{path/to/file.coffee}}`" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:10 +msgid "Compile to JavaScript and save to a file with the same name:" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:12 +msgid "`coffee --compile {{path/to/file.coffee}}`" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:14 +msgid "Compile to JavaScript and save to a given output file:" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:16 +msgid "`coffee --compile {{path/to/file.coffee}} --output {{path/to/file.js}}`" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:18 +msgid "Run interactive REPL:" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:20 +msgid "`coffee --interactive`" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:22 +msgid "Watch script for changes and re-run script:" +msgstr "" + +#. type: Plain text +#: pages/common/coffee.md:23 +msgid "`coffee --watch {{path/to/file.coffee}}`" +msgstr "" + +#. type: Plain text +#: pages/common/column.md:2 +msgid "# column" +msgstr "" + +#. type: Plain text +#: pages/common/column.md:4 +msgid "Format standard input or file into multiple columns." +msgstr "" + +#. type: Plain text +#: pages/common/column.md:5 +msgid "Rows are filled before columns; default separator is whitespace." +msgstr "" + +#. type: Plain text +#: pages/common/column.md:7 +msgid "Format output for a 30 characters wide display:" +msgstr "" + +#. type: Plain text +#: pages/common/column.md:9 +msgid "`printf \"header1 header2\\nbar foo\\n\" | column -c {{30}}`" +msgstr "" + +#. type: Plain text +#: pages/common/column.md:11 +msgid "" +"Specify column delimiter character for the -t option (i.e. \",\" for csv); " +"default is whitespace:" +msgstr "" + +#. type: Plain text +#: pages/common/column.md:13 +msgid "`printf \"header1,header2\\nbar,foo\\n\" | column -s{{,}}`" +msgstr "" + +#. type: Plain text +#: pages/common/column.md:15 +msgid "Split columns automatically and auto-align in a tabular format:" +msgstr "" + +#. type: Plain text +#: pages/common/column.md:17 +msgid "`printf \"header1 header2\\nbar foo\\n\" | column -t`" +msgstr "" + +#. type: Plain text +#: pages/common/column.md:19 +msgid "Fill columns before filling rows:" +msgstr "" + +#. type: Plain text +#: pages/common/column.md:20 +msgid "`printf \"header1\\nbar\\nfoobar\\n\" | column -c {{30}} -x`" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:2 +msgid "# comm" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:4 +msgid "Select or reject lines common to two files. Both files must be sorted." +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:6 +msgid "" +"Produce three tab-separated columns: lines only in first file, lines only in " +"second file and common lines:" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:8 +msgid "`comm {{file1}} {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:10 +msgid "Print only lines common to both files:" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:12 +msgid "`comm -12 {{file1}} {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:14 +msgid "Print only lines common to both files, reading one file from stdin:" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:16 +msgid "`cat {{file1}} | comm -12 - {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:18 +msgid "Get lines only found in first file, saving the result to a third file:" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:20 +msgid "`comm -23 {{file1}} {{file2}} > {{file1_only}}`" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:22 +msgid "Print lines only found in second file, when the files aren't sorted:" +msgstr "" + +#. type: Plain text +#: pages/common/comm.md:23 +msgid "`comm -13 <(sort {{file1}}) <(sort {{file2}})`" +msgstr "" + +#. type: Plain text +#: pages/common/complete.md:2 +msgid "# complete" +msgstr "" + +#. type: Plain text +#: pages/common/complete.md:4 +msgid "Provides argument autocompletion to shell commands." +msgstr "" + +#. type: Plain text +#: pages/common/complete.md:6 +msgid "Apply a function that performs autocompletion to a command:" +msgstr "" + +#. type: Plain text +#: pages/common/complete.md:8 +msgid "`complete -F {{function}} {{command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/complete.md:10 +msgid "Apply a command that performs autocompletion to another command:" +msgstr "" + +#. type: Plain text +#: pages/common/complete.md:12 +msgid "`complete -C {{autocomplete_command}} {{command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/complete.md:14 +msgid "Apply autocompletion without appending a space to the completed word:" +msgstr "" + +#. type: Plain text +#: pages/common/complete.md:15 +msgid "`complete -o nospace -F {{function}} {{command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:2 +msgid "# composer" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:4 +msgid "A package-based dependency manager for PHP projects." +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:6 +msgid "" +"Add a package as a dependency for this project, adding it to " +"`composer.json`:" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:8 +msgid "`composer require {{user/package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:10 +msgid "Install all the dependencies in this project's `composer.json`:" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:12 +msgid "`composer install`" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:14 +msgid "" +"Uninstall a package from this project, removing it as a dependency from " +"`composer.json`:" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:16 +msgid "`composer remove {{user/package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:18 +msgid "Update all the dependencies in this project's `composer.json`:" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:20 +msgid "`composer update`" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:22 +msgid "Update composer to the latest version:" +msgstr "" + +#. type: Plain text +#: pages/common/composer.md:23 +msgid "`composer self-update`" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:2 +msgid "# conda" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:4 +msgid "Package, dependency and environment management for any programming language." +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:6 +msgid "Create a new environment, installing named packages into it:" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:8 +msgid "`conda create --name {{environment_name}} {{python=2.7 matplotlib}}`" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:10 +msgid "List all environments:" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:12 +msgid "`conda info --envs`" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:14 +msgid "Load or unload an environment:" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:16 +msgid "`source {{activate|deactivate}} {{environment_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:18 +msgid "Delete an environment (remove all packages):" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:20 +msgid "`conda remove --name {{environment_name}} --all`" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:22 +msgid "Search conda channels for a package by name:" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:24 +msgid "`conda search {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:26 +msgid "Install packages into the current environment:" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:28 +msgid "`conda install {{python=3.4 numpy}}`" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:30 +msgid "List currently installed packages in current environment:" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:32 +msgid "`conda list`" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:34 +msgid "Delete unused packages and caches:" +msgstr "" + +#. type: Plain text +#: pages/common/conda.md:35 +msgid "`conda clean --all`" +msgstr "" + +#. type: Plain text +#: pages/common/consul-kv.md:2 +msgid "# consul-kv" +msgstr "" + +#. type: Plain text +#: pages/common/consul-kv.md:4 pages/common/consul.md:4 +msgid "Distributed key-value store with health checking and service discovery." +msgstr "" + +#. type: Plain text +#: pages/common/consul-kv.md:6 +msgid "Read a value from the key-value store:" +msgstr "" + +#. type: Plain text +#: pages/common/consul-kv.md:8 +msgid "`consul kv get {{key}}`" +msgstr "" + +#. type: Plain text +#: pages/common/consul-kv.md:10 +msgid "Store a new key-value pair:" +msgstr "" + +#. type: Plain text +#: pages/common/consul-kv.md:12 +msgid "`consul kv put {{key}} {{value}}`" +msgstr "" + +#. type: Plain text +#: pages/common/consul-kv.md:14 +msgid "Delete a key-value pair:" +msgstr "" + +#. type: Plain text +#: pages/common/consul-kv.md:15 +msgid "`consul kv delete {{key}}`" +msgstr "" + +#. type: Plain text +#: pages/common/consul.md:2 +msgid "# consul" +msgstr "" + +#. type: Plain text +#: pages/common/consul.md:6 +msgid "Check the Consul version:" +msgstr "" + +#. type: Plain text +#: pages/common/consul.md:8 +msgid "`consul --version`" +msgstr "" + +#. type: Plain text +#: pages/common/consul.md:10 +msgid "Show general help:" +msgstr "" + +#. type: Plain text +#: pages/common/consul.md:12 +msgid "`consul --help`" +msgstr "" + +#. type: Plain text +#: pages/common/consul.md:14 +msgid "Show help for a sub-command:" +msgstr "" + +#. type: Plain text +#: pages/common/consul.md:15 +msgid "`consul {{sub-command}} --help`" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:2 +msgid "# convert" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:4 +msgid "Imagemagick image conversion tool." +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:6 +msgid "Convert an image from JPG to PNG:" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:8 +msgid "`convert {{image.jpg}} {{image.png}}`" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:10 +msgid "Scale an image 50% its original size:" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:12 +msgid "`convert {{image.png}} -resize 50% {{image2.png}}`" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:14 +msgid "" +"Scale an image keeping the original aspect ratio to a maximum dimension of " +"640x480:" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:16 +msgid "`convert {{image.png}} -resize 640x480 {{image2.png}}`" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:18 +msgid "Horizontally append images:" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:20 +msgid "" +"`convert {{image1.png}} {{image2.png}} {{image3.png}} +append " +"{{image123.png}}`" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:22 +msgid "Create a gif from a series of images with 100ms delay between them:" +msgstr "" + +#. type: Plain text +#: pages/common/convert.md:23 +msgid "" +"`convert {{image1.png}} {{image2.png}} {{image3.png}} -delay {{100}} " +"{{animation.gif}}`" +msgstr "" + +#. type: Plain text +#: pages/common/convmv.md:2 +msgid "# convmv" +msgstr "" + +#. type: Plain text +#: pages/common/convmv.md:4 +msgid "Convert filenames (NOT file content) from one encoding to another." +msgstr "" + +#. type: Plain text +#: pages/common/convmv.md:6 +msgid "Test filename encoding conversion (don't actually change the filename):" +msgstr "" + +#. type: Plain text +#: pages/common/convmv.md:8 +msgid "`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/convmv.md:10 +msgid "Convert filename encoding and rename the file to the new encoding:" +msgstr "" + +#. type: Plain text +#: pages/common/convmv.md:11 +msgid "`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:2 +msgid "# cordova" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:4 +msgid "Mobile apps with HTML, CSS & JS." +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:6 +msgid "Create a cordova project:" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:8 +msgid "`cordova create {{path}} {{package_name}} {{project_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:10 +msgid "Display the current workspace status:" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:12 +msgid "`cordova info`" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:14 +msgid "Add a cordova platform:" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:16 +msgid "`cordova platform add {{platform}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:18 +msgid "Remove a cordova platform:" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:20 +msgid "`cordova platform remove {{platform}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:22 +msgid "Add a cordova plugin:" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:24 +msgid "`cordova plugin add {{pluginid}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:26 +msgid "Remove a cordova plugin:" +msgstr "" + +#. type: Plain text +#: pages/common/cordova.md:27 +msgid "`cordova plugin remove {{pluginid}}`" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:2 +msgid "# couchdb" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:4 +msgid "Command line interface for Apache CouchDB database server." +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:6 +msgid "Start couchdb:" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:8 +msgid "`couchdb`" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:10 +msgid "Start couchdb interactive shell:" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:12 +msgid "`couchdb -i`" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:14 +msgid "Start couchdb as a background process:" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:16 +msgid "`couchdb -b`" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:18 +msgid "Kill the background process (Note: It will respawn if needed):" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:20 +msgid "`couchdb -k`" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:22 +msgid "Shutdown the background process:" +msgstr "" + +#. type: Plain text +#: pages/common/couchdb.md:23 +msgid "`couchdb -d`" +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:2 +msgid "# cowsay" +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:4 +msgid "Generate an ASCII character (by default a cow) saying or thinking something." +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:6 +msgid "Print an ASCII cow saying \"Hello world!\":" +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:8 +msgid "`cowsay \"Hello world!\"`" +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:10 +msgid "List all available characters:" +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:12 +msgid "`cowsay -l`" +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:14 +msgid "Print an ASCII dragon saying \"Hello!\":" +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:16 +msgid "`echo \"Hello!\" | cowsay -f dragon`" +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:18 +msgid "Print a stoned thinking ASCII cow:" +msgstr "" + +#. type: Plain text +#: pages/common/cowsay.md:19 +msgid "`cowthink -s \"I'm just a cow, not a great thinker ...\"`" +msgstr "" + +#. type: Plain text +#: pages/common/cpio.md:2 +msgid "# cpio" +msgstr "" + +#. type: Plain text +#: pages/common/cpio.md:4 +msgid "Copies files in and out of archives." +msgstr "" + +#. type: Plain text +#: pages/common/cpio.md:5 +msgid "" +"Supports the following archive formats: cpio's custom binary, old ASCII, new " +"ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar." +msgstr "" + +#. type: Plain text +#: pages/common/cpio.md:7 +msgid "" +"Take a list of file names from standard input and add them [o]nto an archive " +"in cpio's binary format:" +msgstr "" + +#. type: Plain text +#: pages/common/cpio.md:9 +msgid "`echo \"{{file1}} {{file2}} {{file3}}\" | cpio -o > {{archive.cpio}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cpio.md:11 +msgid "" +"Copy all files and directories in a directory and add them [o]nto an " +"archive, in [v]erbose mode:" +msgstr "" + +#. type: Plain text +#: pages/common/cpio.md:13 +msgid "`find {{path/to/directory}} | cpio -ov > {{archive.cpio}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cpio.md:15 +msgid "" +"P[i]ck all files from an archive, generating [d]irectories where needed, in " +"[v]erbose mode:" +msgstr "" + +#. type: Plain text +#: pages/common/cpio.md:16 +msgid "`cpio -idv < {{archive.cpio}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:2 +msgid "# cp" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:4 pages/osx/ditto.md:4 +msgid "Copy files and directories." +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:6 +msgid "Copy a file to another location:" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:8 +msgid "`cp {{path/to/file.ext}} {{path/to/copy.ext}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:10 +msgid "Copy a file into another directory, keeping the filename:" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:12 +msgid "`cp {{path/to/file.ext}} {{path/to/target_parent_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:14 +msgid "Copy a directory recursively to another location:" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:16 +msgid "`cp -r {{path/to/directory}} {{path/to/copy}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:18 +msgid "" +"Copy a directory recursively, in verbose mode (shows files as they are " +"copied):" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:20 +msgid "`cp -vr {{path/to/directory}} {{path/to/copy}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:22 +msgid "Copy the contents of a directory into another directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:24 +msgid "`cp -r {{path/to/source_directory/*}} {{path/to/target_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:26 +msgid "" +"Copy text files to another location, in interactive mode (prompts user " +"before overwriting):" +msgstr "" + +#. type: Plain text +#: pages/common/cp.md:27 +msgid "`cp -i {{*.txt}} {{path/to/target_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:2 +msgid "# cppcheck" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:4 +msgid "A static analysis tool for C/C++ code." +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:5 +msgid "" +"Instead of syntax errors, it focuses on the types of bugs that compilers " +"normally do not detect." +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:7 +msgid "" +"Recursively check the current directory, showing progress on the screen and " +"logging error messages to a file:" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:9 +msgid "`cppcheck . 2> cppcheck.log`" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:11 +msgid "Recursively check a given directory, and don't print progress messages:" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:13 +msgid "`cppcheck --quiet {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:15 +msgid "" +"Check a given file, specifying which tests to perform (by default only " +"errors are shown):" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:17 +msgid "" +"`cppcheck " +"--enable={{error|warning|style|performance|portability|information|all}} " +"{{path/to/file.cpp}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:19 +msgid "List available tests, filtered by a given search pattern:" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:21 +msgid "`cppcheck --errorlist | grep \"{{search_pattern}}\"`" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:23 +msgid "Check a given file, ignoring specific tests:" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:25 +msgid "" +"`cppcheck --suppress={{test_id1}} --suppress={{test_id2}} " +"{{path/to/file.cpp}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:27 +msgid "" +"Check the current directory, providing paths for include files located " +"outside it (e.g. external libraries):" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:29 +msgid "`cppcheck -I {{include/directory_1}} -I {{include/directory_2}} .`" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:31 +msgid "Check a Microsoft Visual Studio project (`*.vcxproj`) or solution (`*.sln`):" +msgstr "" + +#. type: Plain text +#: pages/common/cppcheck.md:32 +msgid "`cppcheck --project={{path/to/project.sln}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:2 +msgid "# cppclean" +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:4 +msgid "Find unused code in C++ projects." +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:6 +msgid "Run in a project's directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:8 +msgid "`cppclean {{path/to/project}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:10 +msgid "" +"Run on a project where the headers are in the \"inc1/\" and \"inc2/\" " +"directories:" +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:12 +msgid "" +"`cppclean {{path/to/project}} --include-path={{inc1}} " +"--include-path={{inc2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:14 +msgid "Run on a specific file \"main.cpp\":" +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:16 +msgid "`cppclean {{main.cpp}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:18 +msgid "Run on the current directory, excluding the \"build\" directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cppclean.md:19 +msgid "`cppclean {{.}} --exclude={{build}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:2 +msgid "# cradle deploy" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:4 +msgid "Manage Cradle deployments." +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:6 +msgid "Deploy Cradle to a server:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:8 +msgid "`cradle deploy production`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:10 +msgid "Deploy static assets to Amazon S3:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:12 +msgid "`cradle deploy s3`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:14 +msgid "Deploy static assets including the Yarn \"components\" directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:16 +msgid "`cradle deploy s3 --include-yarn`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:18 +msgid "Deploy static assets including the \"upload\" directory:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-deploy.md:19 +msgid "`cradle deploy s3 --include-upload`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:2 +msgid "# cradle elastic" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:4 +msgid "Manage the ElasticSearch instances for a Cradle instance." +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:6 +msgid "Truncate the ElasticSearch index:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:8 +msgid "`cradle elastic flush`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:10 +msgid "Truncate the ElasticSearch index for a specific package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:12 +msgid "`cradle elastic flush {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:14 +msgid "Submit the ElasticSearch schema:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:16 +msgid "`cradle elastic map`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:18 +msgid "Submit the ElasticSearch schema for a specific package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:20 +msgid "`cradle elastic map {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:22 +msgid "Populate the ElasticSearch indices for all packages:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:24 +msgid "`cradle elastic populate`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:26 +msgid "Populate the ElasticSearch indices for a specific package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-elastic.md:27 +msgid "`cradle elastic populate {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:2 +msgid "# cradle install" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:4 +msgid "Installs the Cradle PHP framework components." +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:6 +msgid "Install Cradle's components (User will be prompted for further details):" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:8 +msgid "`cradle install`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:10 +msgid "Forcefully overwrite files:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:12 +msgid "`cradle install --force`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:14 +msgid "Skip running SQL migrations:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:16 +msgid "`cradle install --skip-sql`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:18 +msgid "Skip running package updates:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:20 +msgid "`cradle install --skip-versioning`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:22 +msgid "Use specific database details:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-install.md:23 +msgid "`cradle install -h {{hostname}} -u {{username}} -p {{password}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:2 +msgid "# cradle" +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:4 +msgid "The Cradle PHP framework." +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:5 +msgid "" +"See `cradle-install`, `cradle-deploy` and other pages for additional " +"information." +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:7 +msgid "Connect to a server:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:9 +msgid "`cradle connect {{server_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:11 pages/common/flutter.md:10 +msgid "Display general help:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:13 +msgid "`cradle help`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:15 +msgid "Display help for a specific command:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:17 +msgid "`cradle {{command}} help`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:19 +msgid "Execute a Cradle command:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle.md:20 +msgid "`cradle {{command}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:2 +msgid "# cradle package" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:4 +msgid "Manage packages for a Cradle instance." +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:6 +msgid "Display a list of available packages:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:8 +msgid "`cradle package list`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:10 pages/linux/aptitude.md:14 pages/linux/snap.md:7 pages/osx/port.md:6 pages/windows/choco-search.md:6 pages/windows/scoop.md:26 +msgid "Search for a package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:12 +msgid "`cradle package search {{package}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:14 +msgid "Install a package from Packagist:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:16 +msgid "`cradle package install {{package}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:18 pages/common/pip.md:11 pages/windows/choco-install.md:18 +msgid "Install a specific version of a package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:20 +msgid "`cradle package install {{package}} {{version}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:22 pages/common/paci.md:22 +msgid "Update a package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:24 +msgid "`cradle package update {{package}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:26 +msgid "Update a package to a specific version:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:28 +msgid "`cradle package update {{package}} {{version}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:30 +msgid "Remove a specific package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-package.md:31 +msgid "`cradle package remove {{package}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:2 +msgid "# cradle sql" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:4 +msgid "Manage Cradle SQL databases." +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:6 +msgid "Rebuild the database schema:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:8 +msgid "`cradle sql build`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:10 +msgid "Rebuild the database schema for a specific package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:12 +msgid "`cradle sql build {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:14 +msgid "Empty the entire database:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:16 +msgid "`cradle sql flush`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:18 +msgid "Empty the database tables for a specific package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:20 +msgid "`cradle sql flush {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:22 +msgid "Populate the tables for all packages:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:24 +msgid "`cradle sql populate`" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:26 +msgid "Populate the tables for a specific package:" +msgstr "" + +#. type: Plain text +#: pages/common/cradle-sql.md:27 +msgid "`cradle sql populate {{package_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:2 +msgid "# crontab" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:4 +msgid "Schedule cron jobs to run on a time interval for the current user." +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:5 +msgid "" +"Job definition format: \"(min) (hour) (day_of_month) (month) (day_of_week) " +"command_to_execute\"." +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:7 +msgid "Edit the crontab file for the current user:" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:9 +msgid "`crontab -e`" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:11 +msgid "View a list of existing cron jobs for current user:" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:13 +msgid "`crontab -l`" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:15 +msgid "Remove all cron jobs for the current user:" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:17 +msgid "`crontab -r`" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:19 +msgid "Sample job which runs at 10:00 every day. * means any value:" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:21 +msgid "`0 10 * * * {{path/to/script.sh}}`" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:23 +msgid "Sample job which runs every minute on the 3rd of April:" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:25 +msgid "`* * 3 Apr * {{path/to/script.sh}}`" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:27 +msgid "Sample job which runs at 02:30 every Friday:" +msgstr "" + +#. type: Plain text +#: pages/common/crontab.md:28 +msgid "`30 2 * * Fri {{path/to/script.sh}}`" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:2 +msgid "# crystal" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:4 +msgid "Tool for managing crystal source code." +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:6 +msgid "Run a crystal file:" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:8 +msgid "`crystal {{path/to/file.cr}}`" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:10 +msgid "Compile a file and all dependencies to a single executable:" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:12 +msgid "`crystal build {{path/to/file.cr}}`" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:14 +msgid "Start a local interactive server for testing the language:" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:16 +msgid "`crystal play`" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:18 +msgid "Create a project directory for a crystal application:" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:20 +msgid "`crystal init app {{application_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:22 +msgid "Display all help options:" +msgstr "" + +#. type: Plain text +#: pages/common/crystal.md:23 +msgid "`crystal help`" +msgstr "" + +#. type: Plain text +#: pages/common/ctest.md:2 +msgid "# ctest" +msgstr "" + +#. type: Plain text +#: pages/common/ctest.md:4 +msgid "CMake test driver program." +msgstr "" + +#. type: Plain text +#: pages/common/ctest.md:6 +msgid "" +"Run all tests defined in the CMake project, executing 4 jobs at a time in " +"parallel:" +msgstr "" + +#. type: Plain text +#: pages/common/ctest.md:8 +msgid "`ctest -j{{4}} --output-on-failure`" +msgstr "" + +#. type: Plain text +#: pages/common/ctest.md:10 +msgid "Show a list of available tests:" +msgstr "" + +#. type: Plain text +#: pages/common/ctest.md:12 +msgid "`ctest -N`" +msgstr "" + +#. type: Plain text +#: pages/common/ctest.md:14 +msgid "Run a single test based on its name, or filter on a regular expression:" +msgstr "" + +#. type: Plain text +#: pages/common/ctest.md:15 +msgid "`ctest --output-on-failure -R '^{{test_name}}$'`" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:2 +msgid "# curl" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:4 +msgid "Transfers data from or to a server." +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:5 +msgid "Supports most protocols, including HTTP, FTP, and POP3." +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:7 +msgid "Download the contents of an URL to a file:" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:9 +msgid "`curl {{http://example.com}} -o {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:11 +msgid "Download a file, saving the output under the filename indicated by the URL:" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:13 +msgid "`curl -O {{http://example.com/filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:15 +msgid "" +"Download a file, following [L]ocation redirects, and automatically " +"[C]ontinuing (resuming) a previous file transfer:" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:17 +msgid "`curl -O -L -C - {{http://example.com/filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:19 +msgid "" +"Send form-encoded data (POST request of type " +"`application/x-www-form-urlencoded`):" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:21 +msgid "`curl -d {{'name=bob'}} {{http://example.com/form}}`" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:23 +msgid "Send a request with an extra header, using a custom HTTP method:" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:25 +msgid "`curl -H {{'X-My-Header: 123'}} -X {{PUT}} {{http://example.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:27 +msgid "Send data in JSON format, specifying the appropriate content-type header:" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:29 +msgid "" +"`curl -d {{'{\"name\":\"bob\"}'}} -H {{'Content-Type: application/json'}} " +"{{http://example.com/users/1234}}`" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:31 pages/common/http.md:26 +msgid "Pass a user name and password for server authentication:" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:33 +msgid "`curl -u myusername:mypassword {{http://example.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:35 +msgid "" +"Pass client certificate and key for a resource, skipping certificate " +"validation:" +msgstr "" + +#. type: Plain text +#: pages/common/curl.md:36 +msgid "" +"`curl --cert {{client.pem}} --key {{key.pem}} --insecure " +"{{https://example.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:2 +msgid "# cut" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:4 +msgid "Cut out fields from STDIN or files." +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:6 +msgid "Cut out the first sixteen characters of each line of STDIN:" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:8 +msgid "`cut -c {{1-16}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:10 +msgid "Cut out the first sixteen characters of each line of the given files:" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:12 +msgid "`cut -c {{1-16}} {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:14 +msgid "Cut out everything from the 3rd character to the end of each line:" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:16 +msgid "`cut -c {{3-}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:18 +msgid "" +"Cut out the fifth field of each line, using a colon as a field delimiter " +"(default delimiter is tab):" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:20 +msgid "`cut -d'{{:}}' -f{{5}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:22 +msgid "" +"Cut out the 2nd and 10th fields of each line, using a semicolon as a " +"delimiter:" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:24 +msgid "`cut -d'{{;}}' -f{{2,10}}`" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:26 +msgid "" +"Cut out the fields 3 through to the end of each line, using a space as a " +"delimiter:" +msgstr "" + +#. type: Plain text +#: pages/common/cut.md:27 +msgid "`cut -d'{{ }}' -f{{3-}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:2 +msgid "# csc" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:4 +msgid "The Microsoft C# Compiler." +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:6 +msgid "Compile one or more C# files to a CIL executable:" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:8 +msgid "`csc {{path/to/input_file_a.cs}} {{path/to/input_file_b.cs}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:10 +msgid "Specify the output filename:" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:12 +msgid "`csc /out:{{path/to/filename}} {{path/to/input_file.cs}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:14 +msgid "Compile into a '.dll' library instead of an executable:" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:16 +msgid "`csc /target:library {{path/to/input_file.cs}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:18 +msgid "Reference another assembly:" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:20 +msgid "`csc /reference:{{path/to/library.dll}} {{path/to/input_file.cs}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:22 +msgid "Embed a resource:" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:24 +msgid "" +"`csc /resource:{{path/to/target_file.cs}},{{namespace.string.name}} " +"{{path/to/input_file.cs}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:26 +msgid "Automatically generate XML documentation:" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:28 +msgid "`csc /doc:{{path/to/output.xml}} {{path/to/input_file.cs}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:30 +msgid "Specify an icon:" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:32 +msgid "`csc /win32icon:{{path/to/icon.ico}} {{path/to/input_file.cs}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:34 +msgid "Strongly-name the resulting assembly with a keyfile:" +msgstr "" + +#. type: Plain text +#: pages/common/csc.md:35 +msgid "`csc /keyfile:{{path/to/keyfile}} {{path/to/input_file.cs}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:2 +msgid "# csslint" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:4 +msgid "A linter for CSS code." +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:6 +msgid "Lint a single CSS file:" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:8 +msgid "`csslint {{file.css}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:10 +msgid "Lint multiple CSS files:" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:12 +msgid "`csslint {{file1.css}} {{file2.css}} {{file3.css}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:14 +msgid "List all possible style rules:" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:16 +msgid "`csslint --list-rules`" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:18 +msgid "Specify certain rules as errors (which result in a non-zero exit code):" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:20 +msgid "`csslint --errors={{errors,universal-selector,imports}} {{file.css}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:22 +msgid "Specify certain rules as warnings:" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:24 +msgid "`csslint --warnings={{box-sizing,selector-max,floats}} {{file.css}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:26 +msgid "Specify certain rules to completely ignore:" +msgstr "" + +#. type: Plain text +#: pages/common/csslint.md:27 +msgid "`csslint --ignore={{ids,rules-count,shorthand}} {{file.css}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvclean.md:2 +msgid "# csvclean" +msgstr "" + +#. type: Plain text +#: pages/common/csvclean.md:4 +msgid "Finds and cleans common syntax errors in CSV files." +msgstr "" + +#. type: Plain text +#: pages/common/csvclean.md:5 pages/common/csvcut.md:5 pages/common/csvformat.md:5 pages/common/csvgrep.md:5 pages/common/csvlook.md:5 pages/common/csvpy.md:5 pages/common/csvsort.md:5 pages/common/csvstat.md:5 pages/common/in2csv.md:5 +msgid "Included in csvkit." +msgstr "" + +#. type: Plain text +#: pages/common/csvclean.md:7 +msgid "Clean a CSV file:" +msgstr "" + +#. type: Plain text +#: pages/common/csvclean.md:9 +msgid "`csvclean {{bad.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvclean.md:11 +msgid "List locations of syntax errors in a CSV file:" +msgstr "" + +#. type: Plain text +#: pages/common/csvclean.md:12 +msgid "`csvclean -n {{bad.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:2 +msgid "# csvcut" +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:4 +msgid "" +"Filter and truncate CSV files. Like Unix's `cut` command, but for tabular " +"data." +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:7 +msgid "Print indices and names of all columns:" +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:9 +msgid "`csvcut -n {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:11 +msgid "Extract the first and third columns:" +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:13 +msgid "`csvcut -c {{1,3}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:15 +msgid "Extract all columns **except** the fourth one:" +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:17 +msgid "`csvcut -C {{4}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:19 +msgid "Extract the columns named \"id\" and \"first name\" (in that order):" +msgstr "" + +#. type: Plain text +#: pages/common/csvcut.md:20 +msgid "`csvcut -c {{id,\"first name\"}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:2 +msgid "# csvformat" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:4 +msgid "Convert a CSV file to a custom output format." +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:7 +msgid "Convert to a tab-delimited file (TSV):" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:9 +msgid "`csvformat -T {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:11 +msgid "Convert delimiters to a custom character:" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:13 +msgid "`csvformat -D \"{{custom_character}}\" {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:15 +msgid "Convert line endings to carriage return (^M) + line feed:" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:17 +msgid "`csvformat -M \"{{\\r\\n}}\" {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:19 +msgid "Minimize use of quote characters:" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:21 +msgid "`csvformat -U 0 {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:23 +msgid "Maximize use of quote characters:" +msgstr "" + +#. type: Plain text +#: pages/common/csvformat.md:24 +msgid "`csvformat -U 1 {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvgrep.md:2 +msgid "# csvgrep" +msgstr "" + +#. type: Plain text +#: pages/common/csvgrep.md:4 +msgid "Filter CSV rows with string and pattern matching." +msgstr "" + +#. type: Plain text +#: pages/common/csvgrep.md:7 +msgid "Find rows that have a certain string in column 1:" +msgstr "" + +#. type: Plain text +#: pages/common/csvgrep.md:9 +msgid "`csvgrep -c {{1}} -m {{string_to_match}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvgrep.md:11 +msgid "Find rows in which columns 3 or 4 match a certain regex pattern:" +msgstr "" + +#. type: Plain text +#: pages/common/csvgrep.md:13 +msgid "`csvgrep -c {{3,4}} -r {{regex_pattern}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvgrep.md:15 +msgid "" +"Find rows in which the \"name\" column does NOT include the string \"John " +"Doe\":" +msgstr "" + +#. type: Plain text +#: pages/common/csvgrep.md:16 +msgid "`csvgrep -i -c {{name}} -m {{\"John Doe\"}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvlook.md:2 +msgid "# csvlook" +msgstr "" + +#. type: Plain text +#: pages/common/csvlook.md:4 +msgid "Render a CSV file in the console as a fixed-width table." +msgstr "" + +#. type: Plain text +#: pages/common/csvlook.md:7 +msgid "View a CSV file:" +msgstr "" + +#. type: Plain text +#: pages/common/csvlook.md:8 +msgid "`csvlook {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvpy.md:2 +msgid "# csvpy" +msgstr "" + +#. type: Plain text +#: pages/common/csvpy.md:4 +msgid "Loads a CSV file into a Python shell." +msgstr "" + +#. type: Plain text +#: pages/common/csvpy.md:7 +msgid "Load a CSV file into a `CSVKitReader` object:" +msgstr "" + +#. type: Plain text +#: pages/common/csvpy.md:9 +msgid "`csvpy {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvpy.md:11 +msgid "Load a CSV file into a `CSVKitDictReader` object:" +msgstr "" + +#. type: Plain text +#: pages/common/csvpy.md:12 +msgid "`csvpy --dict {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:2 +msgid "# csvsort" +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:4 +msgid "Sorts CSV files." +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:7 +msgid "Sort a CSV file by column 9:" +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:9 +msgid "`csvsort -c {{9}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:11 +msgid "Sort a CSV file by the \"name\" column in descending order:" +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:13 +msgid "`csvsort -r -c {{name}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:15 +msgid "Sort a CSV file by column 2, then by column 4:" +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:17 +msgid "`csvsort -c {{2,4}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:19 +msgid "Sort a CSV file without inferring data types:" +msgstr "" + +#. type: Plain text +#: pages/common/csvsort.md:20 +msgid "`csvsort --no-inference -c {{columns}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:2 +msgid "# csvstat" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:4 +msgid "Print descriptive statistics for all columns in a CSV file." +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:7 +msgid "Show all stats for all columns:" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:9 +msgid "`csvstat {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:11 +msgid "Show all stats for columns 2 and 4:" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:13 +msgid "`csvstat -c {{2,4}} {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:15 +msgid "Show sums for all columns:" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:17 +msgid "`csvstat --sum {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:19 +msgid "Show the max value length for column 3:" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:21 +msgid "`csvstat -c {{3}} --len {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:23 +msgid "Show the number of unique values in the \"name\" column:" +msgstr "" + +#. type: Plain text +#: pages/common/csvstat.md:24 +msgid "`csvstat -c {{name}} --unique {{data.csv}}`" +msgstr "" + +#. type: Plain text +#: pages/common/darkhttpd.md:2 +msgid "# darkhttpd" +msgstr "" + +#. type: Plain text +#: pages/common/darkhttpd.md:4 +msgid "Darkhttpd web server." +msgstr "" + +#. type: Plain text +#: pages/common/darkhttpd.md:6 +msgid "Start server serving the specified document root:" +msgstr "" + +#. type: Plain text +#: pages/common/darkhttpd.md:8 +msgid "`darkhttpd {{path/to/docroot}}`" +msgstr "" + +#. type: Plain text +#: pages/common/darkhttpd.md:10 +msgid "" +"Start server on specified port (port 8080 by default if running as non-root " +"user):" +msgstr "" + +#. type: Plain text +#: pages/common/darkhttpd.md:12 +msgid "`darkhttpd {{path/to/docroot}} --port {{port}}`" +msgstr "" + +#. type: Plain text +#: pages/common/darkhttpd.md:14 +msgid "" +"Listen only on specified IP address (by default, the server listens on all " +"interfaces):" +msgstr "" + +#. type: Plain text +#: pages/common/darkhttpd.md:15 +msgid "`darkhttpd {{path/to/docroot}} --addr {{ip_address}}`" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:2 pages/osx/date.md:2 +msgid "# date" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:4 pages/osx/date.md:4 +msgid "Set or display the system date." +msgstr "" + +#. type: Plain text +#: pages/common/date.md:6 pages/osx/date.md:6 +msgid "Display the current date using the default locale's format:" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:8 pages/osx/date.md:8 +msgid "`date +\"%c\"`" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:10 pages/osx/date.md:10 +msgid "Display the current date in UTC and ISO 8601 format:" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:12 pages/osx/date.md:12 +msgid "`date -u +\"%Y-%m-%dT%H:%M:%SZ\"`" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:14 pages/osx/date.md:14 +msgid "Display the current date as a Unix timestamp (seconds since the Unix epoch):" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:16 pages/osx/date.md:16 +msgid "`date +%s`" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:18 pages/osx/date.md:18 +msgid "" +"Display a specific date (represented as a Unix timestamp) using the default " +"format:" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:20 +msgid "`date -d @1473305798`" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:22 +msgid "Convert a specific date to the Unix timestamp format:" +msgstr "" + +#. type: Plain text +#: pages/common/date.md:23 +msgid "`date -d \"{{2018-09-01 00:00}}\" +%s --utc`" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:2 +msgid "# dc" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:4 +msgid "An arbitrary precision calculator. Uses reverse polish notation (RPN)." +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:6 +msgid "Run calculator in interactive mode:" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:8 +msgid "`dc`" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:10 +msgid "Execute dc script in file:" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:12 +msgid "`dc -f {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:14 +msgid "" +"Calculate 4 times 5 [4 5 *], subtract 17 [17 -], and [p]rint the output " +"(using echo):" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:16 +msgid "`echo \"4 5 * 17 - p\"| dc`" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:18 +msgid "" +"Set number of decimal places to 7 [7 k], calculate 5 divided by -3 [5 _3 /] " +"and [p]rint (using dc -e):" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:20 +msgid "`dc -e \"7 k 5 _3 / p\"`" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:22 +msgid "" +"Calculate the golden ratio, phi: Set number of decimal places to 100 [100 " +"k], square root of 5 [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint " +"result:" +msgstr "" + +#. type: Plain text +#: pages/common/dc.md:23 +msgid "`dc -e \"100 k 5 v 1 + 2 / p\"`" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:2 pages/osx/dd.md:2 +msgid "# dd" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:4 pages/osx/dd.md:4 +msgid "Convert and copy a file." +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:6 +msgid "" +"Make a bootable usb drive from an isohybrid file (such like " +"archlinux-xxx.iso) and show the progress:" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:8 +msgid "`dd if={{file.iso}} of=/dev/{{usb_drive}} status=progress`" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:10 +msgid "" +"Clone a drive to another drive with 4MB block, ignore error and show " +"progress:" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:12 +msgid "" +"`dd if=/dev/{{source_drive}} of=/dev/{{dest_drive}} bs=4M conv=noerror " +"status=progress`" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:14 pages/osx/dd.md:14 +msgid "Generate a file of 100 random bytes by using kernel random driver:" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:16 pages/osx/dd.md:16 +msgid "`dd if=/dev/urandom of={{random_file}} bs=100 count=1`" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:18 pages/osx/dd.md:18 +msgid "Benchmark the write performance of a disk:" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:20 pages/osx/dd.md:19 +msgid "`dd if=/dev/zero of={{file_1GB}} bs=1024 count=1000000`" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:22 +msgid "" +"Check progress of an ongoing dd operation (Run this command from another " +"shell):" +msgstr "" + +#. type: Plain text +#: pages/common/dd.md:23 +msgid "`kill -USR1 $(pgrep ^dd)`" +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:2 +msgid "# decaffeinate" +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:4 +msgid "Move your CoffeeScript source to modern JavaScript." +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:6 +msgid "Convert a CoffeeScript file to JavaScript:" +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:8 +msgid "`decaffeinate {{path/to/file.coffee}}`" +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:10 +msgid "Convert a CoffeeScript v2 file to JavaScript:" +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:12 +msgid "`decaffeinate --use-cs2 {{path/to/file.coffee}}`" +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:14 +msgid "Convert require and module.exports to import and export:" +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:16 +msgid "`decaffeinate --use-js-modules {{path/to/file.coffee}}`" +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:18 +msgid "Convert a CoffeeScript, allowing named exports:" +msgstr "" + +#. type: Plain text +#: pages/common/decaffeinate.md:19 +msgid "`decaffeinate --loose-js-modules {{path/to/file.coffee}}`" +msgstr "" + +#. type: Plain text +#: pages/common/deluser.md:2 +msgid "# deluser" +msgstr "" + +#. type: Plain text +#: pages/common/deluser.md:4 +msgid "Remove a user account or remove a user from a group." +msgstr "" + +#. type: Plain text +#: pages/common/deluser.md:6 +msgid "Remove a user:" +msgstr "" + +#. type: Plain text +#: pages/common/deluser.md:8 +msgid "`deluser {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/deluser.md:10 +msgid "Remove a user along with their home directory and mail spool:" +msgstr "" + +#. type: Plain text +#: pages/common/deluser.md:12 +msgid "`deluser -r {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/deluser.md:14 +msgid "Remove a user from a group:" +msgstr "" + +#. type: Plain text +#: pages/common/deluser.md:15 +msgid "`deluser {{name}} {{group}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:2 +msgid "# dep" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:4 +msgid "Tool for dependency management in Go projects." +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:6 +msgid "Initialize the current directory as the root of a Go project:" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:8 +msgid "`dep init`" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:10 +msgid "Install any missing dependencies (Scans Gopkg.toml and your .go files):" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:12 +msgid "`dep ensure`" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:14 +msgid "Report the status of the project's dependencies:" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:16 +msgid "`dep status`" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:18 +msgid "Add a dependency to the project:" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:20 +msgid "`dep ensure -add {{package_url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:22 +msgid "Update the locked versions of all dependencies:" +msgstr "" + +#. type: Plain text +#: pages/common/dep.md:23 +msgid "`dep ensure -update`" +msgstr "" + +#. type: Plain text +#: pages/common/detox.md:2 +msgid "# detox" +msgstr "" + +#. type: Plain text +#: pages/common/detox.md:4 +msgid "Renames files to make them easier to work with." +msgstr "" + +#. type: Plain text +#: pages/common/detox.md:5 +msgid "" +"It removes spaces and other such annoyances like duplicate underline " +"characters." +msgstr "" + +#. type: Plain text +#: pages/common/detox.md:7 +msgid "Remove spaces and other undesirable characters from a file's name:" +msgstr "" + +#. type: Plain text +#: pages/common/detox.md:9 +msgid "`detox {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/detox.md:11 +msgid "Show how detox would rename all of the files in a directory tree:" +msgstr "" + +#. type: Plain text +#: pages/common/detox.md:13 +msgid "`detox --dry-run -r {{directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/detox.md:15 +msgid "" +"Remove spaces and other undesirable characters from all files in a directory " +"tree:" +msgstr "" + +#. type: Plain text +#: pages/common/detox.md:16 +msgid "`detox -r {{directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/df.md:2 +msgid "# df" +msgstr "" + +#. type: Plain text +#: pages/common/df.md:4 +msgid "Gives an overview of the file system disk space usage." +msgstr "" + +#. type: Plain text +#: pages/common/df.md:6 +msgid "Display all file systems and their disk usage:" +msgstr "" + +#. type: Plain text +#: pages/common/df.md:8 +msgid "`df`" +msgstr "" + +#. type: Plain text +#: pages/common/df.md:10 +msgid "Display all file systems and their disk usage in human readable form:" +msgstr "" + +#. type: Plain text +#: pages/common/df.md:12 +msgid "`df -h`" +msgstr "" + +#. type: Plain text +#: pages/common/df.md:14 +msgid "" +"Display the file system and its disk usage containing the given file or " +"directory:" +msgstr "" + +#. type: Plain text +#: pages/common/df.md:15 +msgid "`df {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dhcpwn.md:2 +msgid "# dhcpwn" +msgstr "" + +#. type: Plain text +#: pages/common/dhcpwn.md:4 +msgid "Test DHCP IP exhaustion attacks and sniff local DHCP traffic." +msgstr "" + +#. type: Plain text +#: pages/common/dhcpwn.md:6 +msgid "Flood the network with IP requests:" +msgstr "" + +#. type: Plain text +#: pages/common/dhcpwn.md:8 +msgid "" +"`dhcpwn --interface {{network_interface}} flood --count " +"{{number_of_requests}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dhcpwn.md:10 +msgid "Sniff local DHCP traffic:" +msgstr "" + +#. type: Plain text +#: pages/common/dhcpwn.md:11 +msgid "`dhcpwn --interface {{network_interface}} sniff`" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:2 +msgid "# diff" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:4 +msgid "Compare files and directories." +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:6 pages/linux/diff3.md:6 +msgid "Compare files:" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:8 +msgid "`diff {{file1}} {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:10 +msgid "Compare files, ignoring white spaces:" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:12 +msgid "`diff -w {{file1}} {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:14 +msgid "Compare files, showing the differences side by side:" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:16 +msgid "`diff -y {{file1}} {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:18 +msgid "" +"Compare files, showing the differences in unified format (as used by `git " +"diff`):" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:20 +msgid "`diff -u {{file1}} {{file2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:22 +msgid "Compare directories recursively:" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:24 +msgid "`diff -r {{directory1}} {{directory2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:26 +msgid "Compare directories, only showing the names of files that differ:" +msgstr "" + +#. type: Plain text +#: pages/common/diff.md:27 +msgid "`diff -rq {{directory1}} {{directory2}}`" +msgstr "" + +#. type: Plain text +#: pages/common/diffstat.md:2 +msgid "# diffstat" +msgstr "" + +#. type: Plain text +#: pages/common/diffstat.md:4 +msgid "Create a histogram from the output of the `diff` command." +msgstr "" + +#. type: Plain text +#: pages/common/diffstat.md:6 +msgid "Display changes in a histogram:" +msgstr "" + +#. type: Plain text +#: pages/common/diffstat.md:8 +msgid "`diff {{file1}} {{file2}} | diffstat`" +msgstr "" + +#. type: Plain text +#: pages/common/diffstat.md:10 +msgid "Display inserted, deleted and modified changes as a table:" +msgstr "" + +#. type: Plain text +#: pages/common/diffstat.md:11 +msgid "`diff {{file1}} {{file2}} | diffstat -t`" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:2 +msgid "# dig" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:4 +msgid "DNS Lookup utility." +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:6 pages/common/drill.md:6 +msgid "Lookup the IP(s) associated with a hostname (A records):" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:8 +msgid "`dig +short {{hostname.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:10 pages/common/drill.md:10 +msgid "Lookup the mail server(s) associated with a given domain name (MX record):" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:12 +msgid "`dig +short {{hostname.com}} MX`" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:14 pages/common/drill.md:14 +msgid "Get all types of records for a given domain name:" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:16 +msgid "`dig {{hostname.com}} ANY`" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:18 pages/common/drill.md:18 pages/common/host.md:18 +msgid "Specify an alternate DNS server to query:" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:20 +msgid "`dig @{{8.8.8.8}} {{hostname.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:22 pages/common/drill.md:22 +msgid "Perform a reverse DNS lookup on an IP address (PTR record):" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:24 +msgid "`dig -x {{8.8.8.8}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:26 +msgid "Find authoritative name servers for the zone and display SOA records:" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:28 +msgid "`dig +nssearch {{hostname.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:30 +msgid "" +"Perform iterative queries and display the entire trace path to resolve a " +"domain name:" +msgstr "" + +#. type: Plain text +#: pages/common/dig.md:31 +msgid "`dig +trace {{hostname.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:2 +msgid "# dircolors" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:4 +msgid "" +"Output commands to set the LS_COLOR environment variable and style `ls`, " +"`dir`, etc." +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:6 +msgid "Output commands to set LS_COLOR using default colors:" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:8 +msgid "`dircolors`" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:10 +msgid "Output commands to set LS_COLOR using colors from a file:" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:12 +msgid "`dircolors {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:14 +msgid "Output commands for Bourne shell:" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:16 +msgid "`dircolors --bourne-shell`" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:18 +msgid "Output commands for C shell:" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:20 +msgid "`dircolors --c-shell`" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:22 +msgid "View the default colors for file types and extensions:" +msgstr "" + +#. type: Plain text +#: pages/common/dircolors.md:23 +msgid "`dircolors --print-data`" +msgstr "" + +#. type: Plain text +#: pages/common/dirname.md:2 +msgid "# dirname" +msgstr "" + +#. type: Plain text +#: pages/common/dirname.md:4 +msgid "Calculates the parent directory of a given file or directory path." +msgstr "" + +#. type: Plain text +#: pages/common/dirname.md:6 +msgid "Calculate the parent directory of a given path:" +msgstr "" + +#. type: Plain text +#: pages/common/dirname.md:8 +msgid "`dirname {{path/to/file_or_directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dirname.md:10 +msgid "Calculate the parent directory of multiple paths:" +msgstr "" + +#. type: Plain text +#: pages/common/dirname.md:12 +msgid "`dirname {{path/to/file_a}} {{path/to/directory_b}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dirname.md:14 +msgid "" +"Delimit output with a NUL character instead of a newline (useful when " +"combining with `xargs`):" +msgstr "" + +#. type: Plain text +#: pages/common/dirname.md:15 +msgid "`dirname --zero {{path/to/directory_a}} {{path/to/file_b}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:2 +msgid "# dirs" +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:4 +msgid "Displays or manipulates the directory stack." +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:5 +msgid "" +"The directory stack is a list of recently visited directories that can be " +"manipulated with the `pushd` and `popd` commands." +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:7 +msgid "Display the directory stack with a space between each entry:" +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:9 +msgid "`dirs`" +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:11 +msgid "Display the directory stack with one entry per line:" +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:13 +msgid "`dirs -p`" +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:15 +msgid "Display only the nth entry in the directory stack, starting at 0:" +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:17 +msgid "`dirs +{{N}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:19 +msgid "Clear the directory stack:" +msgstr "" + +#. type: Plain text +#: pages/common/dirs.md:20 +msgid "`dirs -c`" +msgstr "" + +#. type: Plain text +#: pages/common/dive.md:2 +msgid "# dive" +msgstr "" + +#. type: Plain text +#: pages/common/dive.md:4 +msgid "" +"A tool for exploring a Docker image, layer contents, and discovering ways to " +"shrink it." +msgstr "" + +#. type: Plain text +#: pages/common/dive.md:6 +msgid "Analyze a Docker image:" +msgstr "" + +#. type: Plain text +#: pages/common/dive.md:8 +msgid "`dive {{your_image_tag}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dive.md:10 +msgid "Build an image and start analyzing it:" +msgstr "" + +#. type: Plain text +#: pages/common/dive.md:11 +msgid "`dive build -t {{some_tag}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:2 +msgid "# docker-compose" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:4 +msgid "Run and manage multi container docker applications." +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:6 +msgid "" +"Create and start all containers in the background using a " +"`docker-compose.yml` file from the current directory:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:8 +msgid "`docker-compose up -d`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:10 +msgid "Start all containers, rebuild if necessary:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:12 +msgid "`docker-compose up --build`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:14 +msgid "Start all containers using an alternate compose file:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:16 +msgid "`docker-compose --file {{path/to/file}} up`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:18 +msgid "Stop all running containers:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:20 +msgid "`docker-compose stop`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:22 +msgid "Stop and remove all containers, networks, images, and volumes:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:24 +msgid "`docker-compose down`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:26 +msgid "Follow logs for all containers:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-compose.md:27 +msgid "`docker-compose logs --follow`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:2 +msgid "# docker-machine" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:4 +msgid "Create and manage machines running Docker." +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:6 +msgid "List currently running docker machines:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:8 +msgid "`docker-machine ls`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:10 +msgid "Create a new docker machine with specific name:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:12 +msgid "`docker-machine create {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:14 +msgid "Get the status of a machine:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:16 +msgid "`docker-machine status {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:18 +msgid "Start a machine:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:20 +msgid "`docker-machine start {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:22 +msgid "Stop a machine:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:24 +msgid "`docker-machine stop {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:26 +msgid "Inspect information about a machine:" +msgstr "" + +#. type: Plain text +#: pages/common/docker-machine.md:27 +msgid "`docker-machine inspect {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:2 +msgid "# docker" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:4 +msgid "Manage Docker containers and images." +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:6 +msgid "List currently running docker containers:" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:8 +msgid "`docker ps`" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:10 +msgid "List all docker containers (running and stopped):" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:12 +msgid "`docker ps -a`" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:14 +msgid "Start a container from an image, with a custom name:" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:16 +msgid "`docker run --name {{container_name}} {{image}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:18 +msgid "Start or stop an existing container:" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:20 +msgid "`docker {{start|stop}} {{container_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:22 +msgid "Pull an image from a docker registry:" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:24 +msgid "`docker pull {{image}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:26 +msgid "Open a shell inside of an already running container:" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:28 +msgid "`docker exec -it {{container_name}} {{sh}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:30 +msgid "Remove a stopped container:" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:32 +msgid "`docker rm {{container_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:34 +msgid "Fetch and follow the logs of a container:" +msgstr "" + +#. type: Plain text +#: pages/common/docker.md:35 +msgid "`docker logs -f {{container_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:2 +msgid "# dokku" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:4 +msgid "Docker powered mini-Heroku (PaaS)." +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:5 +msgid "" +"Easily deploy multiple apps to your server in different languages using a " +"single `git-push` command." +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:7 +msgid "List runinng apps:" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:9 +msgid "`dokku apps`" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:11 +msgid "Create an app:" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:13 +msgid "`dokku apps:create {{app_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:15 +msgid "Remove an app:" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:17 +msgid "`dokku apps:destroy {{app_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:19 +msgid "Install plugin:" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:21 +msgid "`dokku plugin:install {{full_repo_url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:23 +msgid "Link database to an app:" +msgstr "" + +#. type: Plain text +#: pages/common/dokku.md:24 +msgid "`dokku {{db}}:link {{db_name}} {{app_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dot.md:2 +msgid "# dot" +msgstr "" + +#. type: Plain text +#: pages/common/dot.md:4 +msgid "A command-line tool to produce layered drawings of directed graphs." +msgstr "" + +#. type: Plain text +#: pages/common/dot.md:6 +msgid "" +"Render an image file and determine output filename based on input filename " +"and selected format:" +msgstr "" + +#. type: Plain text +#: pages/common/dot.md:8 +msgid "`dot -Tpng -O {{path/to/file.dot}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dot.md:10 +msgid "Create an SVG from DOT file:" +msgstr "" + +#. type: Plain text +#: pages/common/dot.md:11 +msgid "`dot -Tsvg -o {{path/to/out_file.svg}} {{path/to/file.dot}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:2 +msgid "# dotnet" +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:4 +msgid "Cross platform .NET command line tools for .NET Core." +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:6 +msgid "Initialize a new .NET project:" +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:8 +msgid "`dotnet new {{template_short_name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:10 +msgid "Restore nuget packages:" +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:12 +msgid "`dotnet restore`" +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:14 +msgid "Build and execute the .NET project in the current directory:" +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:16 +msgid "`dotnet run`" +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:18 +msgid "" +"Run a packaged dotnet application (only needs the runtime, the rest of the " +"commands require the .NET Core SDK installed):" +msgstr "" + +#. type: Plain text +#: pages/common/dotnet.md:19 +msgid "`dotnet {{path/to/application.dll}}`" +msgstr "" + +#. type: Plain text +#: pages/common/doxygen.md:2 +msgid "# doxygen" +msgstr "" + +#. type: Plain text +#: pages/common/doxygen.md:4 +msgid "A documentation system for various programming languages." +msgstr "" + +#. type: Plain text +#: pages/common/doxygen.md:6 +msgid "Generate a default template configuration file \"Doxyfile\":" +msgstr "" + +#. type: Plain text +#: pages/common/doxygen.md:8 +msgid "`doxygen -g`" +msgstr "" + +#. type: Plain text +#: pages/common/doxygen.md:10 +msgid "Generate a template configuration file:" +msgstr "" + +#. type: Plain text +#: pages/common/doxygen.md:12 +msgid "`doxygen -g {{path/to/config_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/doxygen.md:14 +msgid "Generate documentation using an existing configuration file:" +msgstr "" + +#. type: Plain text +#: pages/common/doxygen.md:15 +msgid "`doxygen {{path/to/config_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:2 +msgid "# drill" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:4 +msgid "Perform various DNS queries." +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:8 +msgid "`drill {{hostname.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:12 +msgid "`drill mx {{hostname.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:16 +msgid "`drill any {{hostname.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:20 +msgid "`drill {{hostname.com}} @{{8.8.8.8}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:24 +msgid "`drill -x {{8.8.8.8}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:26 +msgid "Perform DNSSEC trace from root servers down to a domain name:" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:28 +msgid "`drill -TD {{hostname.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:30 +msgid "Show DNSKEY record(s) for a domain name:" +msgstr "" + +#. type: Plain text +#: pages/common/drill.md:31 +msgid "`drill -s dnskey {{hostname.com}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:2 +msgid "# drush" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:4 +msgid "A command-line shell and scripting interface for Drupal." +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:6 +msgid "Download module \"foo\":" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:8 +msgid "`drush dl {{foo}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:10 +msgid "Download version 7.x-2.1-beta1 of module \"foo\":" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:12 +msgid "`drush dl {{foo}}-7.x-2.1-beta1`" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:14 +msgid "Enable module \"foo\":" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:16 +msgid "`drush en {{foo}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:18 +msgid "Disable module \"foo\":" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:20 +msgid "`drush dis {{foo}}`" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:22 +msgid "Clear all caches:" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:24 +msgid "`drush cc all`" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:26 +msgid "Clear CSS and JavaScript caches:" +msgstr "" + +#. type: Plain text +#: pages/common/drush.md:27 +msgid "`drush cc css-js`" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:2 pages/osx/du.md:2 +msgid "# du" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:4 pages/osx/du.md:4 +msgid "Disk usage: estimate and summarize file and directory space usage." +msgstr "" + +#. type: Plain text +#: pages/common/du.md:6 +msgid "" +"List the sizes of a directory and any subdirectories, in the given unit " +"(B/KB/MB):" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:8 +msgid "`du -{{b|k|m}} {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:10 pages/osx/du.md:10 +msgid "" +"List the sizes of a directory and any subdirectories, in human-readable form " +"(i.e. auto-selecting the appropriate unit for each size):" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:12 pages/osx/du.md:12 +msgid "`du -h {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:14 pages/osx/du.md:14 +msgid "Show the size of a single directory, in human readable units:" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:16 pages/osx/du.md:16 +msgid "`du -sh {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:18 pages/osx/du.md:18 +msgid "" +"List the human-readable sizes of a directory and of all the files and " +"directories within it:" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:20 pages/osx/du.md:20 +msgid "`du -ah {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:22 pages/osx/du.md:22 +msgid "" +"List the human-readable sizes of a directory and any subdirectories, up to N " +"levels deep:" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:24 +msgid "`du -h --max-depth=N {{path/to/directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:26 pages/osx/du.md:26 +msgid "" +"List the human-readable size of all .jpg files in subdirectories of the " +"current directory, and show a cumulative total at the end:" +msgstr "" + +#. type: Plain text +#: pages/common/du.md:27 pages/osx/du.md:27 +msgid "`du -ch */*.jpg`" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:2 +msgid "# duplicity" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:4 +msgid "Creates incremental, compressed, encrypted and versioned backups." +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:5 +msgid "Can also upload the backups to a variety of backend services." +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:7 +msgid "" +"Backup a directory via FTPS to a remote machine, encrypting it with a " +"password:" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:9 +msgid "" +"`FTP_PASSWORD={{ftp_login_password}} PASSPHRASE={{encryption_password}} " +"duplicity {{path/to/source/directory}} " +"{{ftps://user@hostname/target/directory/path/}}`" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:11 +msgid "Backup a directory to Amazon S3, doing a full backup every month:" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:13 +msgid "" +"`duplicity --full-if-older-than {{1M}} --use-new-style " +"s3://{{bucket_name[/prefix]}}`" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:15 +msgid "Delete versions older than 1 year from a backup stored on a WebDAV share:" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:17 +msgid "" +"`FTP_PASSWORD={{webdav_login_password}} duplicity remove-older-than {{1Y}} " +"--force {{webdav[s]://user@hostname[:port]/some_dir}}`" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:19 +msgid "List the available backups:" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:21 +msgid "" +"`duplicity collection-status " +"\"file://{{absolute/path/to/backup/directory}}\"`" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:23 +msgid "List the files in a backup stored on a remote machine, via ssh:" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:25 +msgid "" +"`duplicity list-current-files --time {{YYYY-MM-DD}} " +"scp://{{user@hostname}}/path/to/backup/dir`" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:27 +msgid "" +"Restore a subdirectory from a GnuPG-encrypted local backup to a given " +"location:" +msgstr "" + +#. type: Plain text +#: pages/common/duplicity.md:28 +msgid "" +"`PASSPHRASE={{gpg_key_password}} duplicity restore --encrypt-key " +"{{gpg_key_id}} --file-to-restore {{relative/path/restoredirectory}} " +"file://{{absolute/path/to/backup/directory}} " +"{{path/to/directory/to/restore/to}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ebook-convert.md:2 +msgid "# ebook-convert" +msgstr "" + +#. type: Plain text +#: pages/common/ebook-convert.md:4 +msgid "" +"Can be used to convert ebooks between common formats, e.g., pdf, epub and " +"mobi." +msgstr "" + +#. type: Plain text +#: pages/common/ebook-convert.md:5 +msgid "Part of the Calibre ebook library tool." +msgstr "" + +#. type: Plain text +#: pages/common/ebook-convert.md:7 +msgid "Convert an ebook into another format:" +msgstr "" + +#. type: Plain text +#: pages/common/ebook-convert.md:8 +msgid "`ebook-convert {{source}} {{destination}}`" +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:2 +msgid "# echo" +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:4 +msgid "Print given arguments." +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:6 +msgid "Print a text message. Note: quotes are optional:" +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:8 +msgid "`echo {{\"Hello World\"}}`" +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:10 +msgid "Print a message with environment variables:" +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:12 +msgid "`echo {{\"My path is $PATH\"}}`" +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:14 +msgid "Print a message without the trailing newline:" +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:16 +msgid "`echo -n {{\"Hello World\"}}`" +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:18 +msgid "Enable interpretation of backslash escapes (special characters):" +msgstr "" + +#. type: Plain text +#: pages/common/echo.md:19 +msgid "`echo -e {{\"Column 1\\tColumn 2\"}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:2 +msgid "# ed" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:4 +msgid "The original Unix text editor." +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:6 +msgid "" +"Start ed, editing an empty document (which can be saved as a new file in the " +"current directory):" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:8 +msgid "`ed`" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:10 +msgid "Start ed, editing an empty document, with `:` as a command prompt indicator:" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:12 +msgid "`ed -p :`" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:14 +msgid "" +"Start ed editing an existing file (this shows the byte count of the loaded " +"file):" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:16 +msgid "`ed -p : {{path/to/file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:18 +msgid "" +"Toggle the printing of error explanations. (By default, explanations are not " +"printed and only a `?` appears):" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:20 +msgid "`H`" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:22 +msgid "" +"Add text to the current document. Mark completion by entering a period by " +"itself in a new line:" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:24 +msgid "`a{{text_to_insert}}.`" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:26 +msgid "" +"Print the entire document (`,` is a shortcut to the range `1,$` which covers " +"the start to the end of the document):" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:28 +msgid "`,p`" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:30 +msgid "" +"Write the current document to a new file (the filename can be omitted if " +"`ed` was called with an existing file):" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:32 +msgid "`w {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:34 +msgid "Quit ed:" +msgstr "" + +#. type: Plain text +#: pages/common/ed.md:35 pages/common/less.md:35 pages/common/more.md:19 pages/linux/cmus.md:24 +msgid "`q`" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:2 +msgid "# electrum" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:4 +msgid "Ergonomic Bitcoin wallet and private key management." +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:6 +msgid "Create a new wallet:" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:8 +msgid "`electrum -w {{new_wallet.dat}} create`" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:10 +msgid "Restore an existing wallet from seed offline:" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:12 +msgid "`electrum -w {{recovery_wallet.dat}} restore -o`" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:14 +msgid "Create a signed transaction offline:" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:16 +msgid "`electrum mktx {{recipient}} {{amount}} -f 0.0000001 -F {{from}} -o`" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:18 +msgid "Display all wallet receiving addresses:" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:20 +msgid "`electrum listaddresses -a`" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:22 +msgid "Sign a message:" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:24 +msgid "`electrum signmessage {{address}} {{message}}`" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:26 +msgid "Verify a message:" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:28 +msgid "`electrum verifymessage {{address}} {{signature}} {{message}}`" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:30 +msgid "Connect only to a specific electrum-server instance:" +msgstr "" + +#. type: Plain text +#: pages/common/electrum.md:31 +msgid "" +"`electrum -p socks5:{{127.0.0.1}}:9050 -s {{56ckl5obj37gypcu.onion}}:50001:t " +"-1`" +msgstr "" + +#. type: Plain text +#: pages/common/elinks.md:2 +msgid "# elinks" +msgstr "" + +#. type: Plain text +#: pages/common/elinks.md:4 +msgid "A text based browser similar to lynx." +msgstr "" + +#. type: Plain text +#: pages/common/elinks.md:6 +msgid "Start elinks:" +msgstr "" + +#. type: Plain text +#: pages/common/elinks.md:8 +msgid "`elinks`" +msgstr "" + +#. type: Plain text +#: pages/common/elinks.md:10 +msgid "Quit elinks:" +msgstr "" + +#. type: Plain text +#: pages/common/elinks.md:12 +msgid "`Ctrl + C`" +msgstr "" + +#. type: Plain text +#: pages/common/elinks.md:14 +msgid "" +"Dump output of webpage to console, colorizing the text with ANSI control " +"codes:" +msgstr "" + +#. type: Plain text +#: pages/common/elinks.md:15 +msgid "`elinks -dump -dump-color-mode {{1}} {{url}}`" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:2 +msgid "# elm" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:4 +msgid "Compile and run Elm source files." +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:6 +msgid "Initialize an Elm project, generates an elm.json file:" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:8 +msgid "`elm init`" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:10 +msgid "Start interactive Elm shell:" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:12 +msgid "`elm repl`" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:14 +msgid "Compile an Elm file, output the result to an index.html file:" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:16 +msgid "`elm make {{source}}`" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:18 +msgid "Compile an Elm file, output the result to a Javascript file:" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:20 +msgid "`elm make {{source}} --output={{destination}}.js`" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:22 +msgid "Start local web server that compiles Elm files on page load:" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:24 +msgid "`elm reactor`" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:26 +msgid "Install Elm package from https://package.elm-lang.org:" +msgstr "" + +#. type: Plain text +#: pages/common/elm.md:27 +msgid "`elm install {{author}}/{{package}}`" +msgstr "" + +#. type: Plain text +#: pages/common/emacsclient.md:2 +msgid "# emacsclient" +msgstr "" + +#. type: Plain text +#: pages/common/emacsclient.md:4 +msgid "Open files in an existing emacs server." +msgstr "" + +#. type: Plain text +#: pages/common/emacsclient.md:6 +msgid "Open files in an existing Emacs server (using GUI if available):" +msgstr "" + +#. type: Plain text +#: pages/common/emacsclient.md:8 +msgid "`emacsclient {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/emacsclient.md:10 +msgid "Open file in console mode (without X window):" +msgstr "" + +#. type: Plain text +#: pages/common/emacsclient.md:12 +msgid "`emacsclient -nw {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/emacsclient.md:14 +msgid "Open a file in an existing emacs frame and return immediately:" +msgstr "" + +#. type: Plain text +#: pages/common/emacsclient.md:15 +msgid "`emacsclient -n {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/emacs.md:2 +msgid "# emacs" +msgstr "" + +#. type: Plain text +#: pages/common/emacs.md:4 +msgid "The extensible, customizable, self-documenting, real-time display editor." +msgstr "" + +#. type: Plain text +#: pages/common/emacs.md:6 +msgid "Open emacs in console mode (without X window):" +msgstr "" + +#. type: Plain text +#: pages/common/emacs.md:8 +msgid "`emacs -nw`" +msgstr "" + +#. type: Plain text +#: pages/common/emacs.md:10 +msgid "Open a file in emacs:" +msgstr "" + +#. type: Plain text +#: pages/common/emacs.md:12 +msgid "`emacs {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/emacs.md:14 +msgid "Exit emacs:" +msgstr "" + +#. type: Plain text +#: pages/common/emacs.md:15 +msgid "`C-x C-c`" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:2 +msgid "# ember" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:4 +msgid "The Ember.js command line utility." +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:5 +msgid "Used for creating and maintaining Ember.js applications." +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:7 +msgid "Create a new Ember application:" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:9 +msgid "`ember new {{my_new_app}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:11 +msgid "Create a new Ember addon:" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:13 +msgid "`ember addon {{my_new_addon}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:15 +msgid "Build the project:" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:17 +msgid "`ember build`" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:19 +msgid "Build the project in production mode:" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:21 +msgid "`ember build -prod`" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:23 +msgid "Run the development server:" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:25 +msgid "`ember serve`" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:27 +msgid "Run the test suite:" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:29 +msgid "`ember test`" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:31 +msgid "Run a blueprint to generate something like a route or component:" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:33 +msgid "`ember generate {{type}} {{name}}`" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:35 +msgid "Install an ember-cli addon:" +msgstr "" + +#. type: Plain text +#: pages/common/ember.md:36 +msgid "`ember install {{name_of_addon}}`" +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:2 +msgid "# enca" +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:4 +msgid "Detect and convert encoding of text files." +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:6 +msgid "Detect file(s) encoding according to your system's locale:" +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:8 +msgid "`enca {{file(s)}}`" +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:10 +msgid "" +"Detect file(s) encoding; -L option tells enca the current language; language " +"is in the POSIX/C locale format, e.g. zh_CN, en_US etc:" +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:12 +msgid "`enca -L {{language}} {{file(s)}}`" +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:14 +msgid "Convert file(s) to specified encoding:" +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:16 +msgid "`enca -L {{language}} -x {{to_encoding}} {{file(s)}}`" +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:18 +msgid "Save original_file as new_file and convert new_file to specified encoding:" +msgstr "" + +#. type: Plain text +#: pages/common/enca.md:19 +msgid "`enca -L {{language}} -x {{to_encoding}} < {{original_file}} > {{new_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:2 +msgid "# enscript" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:4 +msgid "" +"A tool to convert text files to PostScript, HTML, RTF, ANSI, and " +"overstrikes." +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:6 +msgid "Generate PostScript from a file and output to another:" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:8 +msgid "`enscript {{path/to/input_file}} --output={{path/to/output_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:10 +msgid "" +"Generate a certain output language (eg. \"html\") from a file and output to " +"another:" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:12 +msgid "" +"`enscript {{path/to/input_file}} --language={{language}} " +"--output={{path/to/output_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:14 +msgid "" +"Generate PostScript from a file and output to another with 1 to 9 column per " +"page in landscape:" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:16 +msgid "" +"`enscript {{path/to/input_file}} --columns={{num}} --landscape " +"--output={{path/to/output_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:18 +msgid "Display available syntax highlighting:" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:20 +msgid "`enscript --help-highlight`" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:22 +msgid "" +"Generate PostScript from a file and output to another with syntax " +"highlighting and color for a specified language:" +msgstr "" + +#. type: Plain text +#: pages/common/enscript.md:23 +msgid "" +"`enscript {{path/to/input_file}} --color=1 --highlight={{language}} " +"--output={{path/to/output_file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:2 +msgid "# env" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:4 +msgid "Show the environment or run a program in a modified environment." +msgstr "" + +#. type: Plain text +#: pages/common/env.md:6 +msgid "Show the environment:" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:8 +msgid "`env`" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:10 +msgid "" +"Run a program. Often used in scripts after the shebang (#!) for looking up " +"the path to the program:" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:12 +msgid "`env {{program}}`" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:14 +msgid "Clear the environment and run a program:" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:16 +msgid "`env -i {{program}}`" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:18 +msgid "Remove variable from the environment and run a program:" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:20 +msgid "`env -u {{variable}} {{program}}`" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:22 +msgid "Set a variable and run a program:" +msgstr "" + +#. type: Plain text +#: pages/common/env.md:23 +msgid "`env {{variable}}={{value}} {{program}}`" +msgstr "" + +#. type: Plain text +#: pages/common/erl.md:2 +msgid "# erl" +msgstr "" + +#. type: Plain text +#: pages/common/erl.md:4 +msgid "Run and manage programs in the Erlang programming language." +msgstr "" + +#. type: Plain text +#: pages/common/erl.md:6 +msgid "Compile and run sequential Erlang program as a common script and then exit:" +msgstr "" + +#. type: Plain text +#: pages/common/erl.md:8 +msgid "" +"`erlc {{files}} && erl -noshell '{{mymodule:myfunction(arguments)}}, " +"init:stop().'`" +msgstr "" + +#. type: Plain text +#: pages/common/erl.md:10 +msgid "Connect to a running Erlang node:" +msgstr "" + +#. type: Plain text +#: pages/common/erl.md:12 +msgid "" +"`erl -remsh {{nodename}}@{{hostname}} -sname {{custom_shortname}} -hidden " +"-setcookie {{cookie_of_remote_node}}`" +msgstr "" + +#. type: Plain text +#: pages/common/erl.md:14 +msgid "Tell the Erlang shell to load modules from a directory:" +msgstr "" + +#. type: Plain text +#: pages/common/erl.md:15 +msgid "`erl -pa {{directory_with_beam_files}}`" +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:2 +msgid "# eslint" +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:4 +msgid "A pluggable linting utility for JavaScript and JSX." +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:6 +msgid "Create eslint config:" +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:8 +msgid "`eslint --init`" +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:10 pages/common/tslint.md:10 +msgid "Lint on a given set of files:" +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:12 +msgid "`eslint {{filename}}.js {{filename1}}.js`" +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:14 pages/common/tslint.md:14 pages/common/xo.md:14 +msgid "Fix lint issues:" +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:16 +msgid "`eslint --fix`" +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:18 +msgid "Lint with config:" +msgstr "" + +#. type: Plain text +#: pages/common/eslint.md:19 +msgid "`eslint -c {{path/to/config_file}} {{app/src}}`" +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:2 +msgid "# espeak" +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:4 +msgid "Uses text-to-speech to speak through the default sound device." +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:6 +msgid "Speak a phrase aloud:" +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:8 +msgid "`espeak \"I like to ride my bike.\"`" +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:10 +msgid "Speak a file aloud:" +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:12 +msgid "`espeak -f {{filename}}`" +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:14 +msgid "Save output to a WAV audio file, rather than speaking it directly:" +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:16 +msgid "`espeak -w {{filename.wav}} \"It's GNU plus Linux\"`" +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:18 +msgid "Use a different voice:" +msgstr "" + +#. type: Plain text +#: pages/common/espeak.md:19 +msgid "`espeak -v {{voice}}`" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:2 +msgid "# exa" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:4 +msgid "A modern replacement for `ls` (List directory contents)." +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:6 pages/common/ls.md:6 +msgid "List files one per line:" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:8 +msgid "`exa --oneline`" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:10 pages/common/ls.md:10 +msgid "List all files, including hidden files:" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:12 +msgid "`exa --all`" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:14 pages/common/ls.md:14 +msgid "" +"Long format list (permissions, ownership, size and modification date) of all " +"files:" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:16 +msgid "`exa --long --all`" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:18 +msgid "List files with the largest at the top:" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:20 +msgid "`exa --reverse --sort={{size}}`" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:22 +msgid "Display a tree of files, three levels deep:" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:24 +msgid "`exa --long --tree --level={{3}}`" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:26 +msgid "List files sorted by modification date (oldest first):" +msgstr "" + +#. type: Plain text +#: pages/common/exa.md:27 +msgid "`exa --long --sort={{modified}}`" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:2 +msgid "# exiftool" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:4 +msgid "Read and write meta information in files." +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:6 +msgid "Remove all EXIF metadata from the given files:" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:8 +msgid "`exiftool -All= {{file}}`" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:10 +msgid "Increase time photo taken by 1 hour in directory:" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:12 +msgid "`exiftool \"-AllDates+=0:0:0 1:0:0\" {{directory}}`" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:14 +msgid "Decrease time photo taken by 1 day and 2 hours on JPEGs only:" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:16 +msgid "`exiftool \"-AllDates-=0:0:1 2:0:0\" -ext jpg`" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:18 +msgid "Change only DateTimeOriginal by -1.5 hours & do not keep backups:" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:20 +msgid "`exiftool -DateTimeOriginal-=1.5 -overwrite_original`" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:22 +msgid "Rename all JPEGs according to a DateTimeOriginal recursively:" +msgstr "" + +#. type: Plain text +#: pages/common/exiftool.md:23 +msgid "" +"`exiftool '-filename