1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:46:00 +02:00

Fix lint for common

This commit is contained in:
lord63 2015-10-22 15:31:52 +08:00
parent 3e1df9f818
commit 56a7cba656
58 changed files with 76 additions and 75 deletions

View file

@ -1,4 +1,4 @@
#ar
# ar
> Create, modify, and extract from archives (.a .so .o)

View file

@ -1,4 +1,4 @@
#bundle
# bundle
> Dependency manager for the Ruby programming language.

View file

@ -1,4 +1,4 @@
#CHSH
# chsh
> Change user's login shell

View file

@ -1,4 +1,4 @@
#FSWEBCAM
# fswebcam
> small and simple webcam for *nix

View file

@ -1,4 +1,4 @@
#gem
# gem
> Interact with the package manager for the Ruby programming language.

View file

@ -1,4 +1,4 @@
#git add
# git add
> Adds changed files to the index

View file

@ -1,4 +1,4 @@
#git branch
# git branch
> Main command for working with branches

View file

@ -1,4 +1,4 @@
#git checkout
# git checkout
> Checkout a branch or paths to the working tree

View file

@ -1,4 +1,4 @@
#git clone
# git clone
> Clone an existing repository

View file

@ -1,4 +1,4 @@
#git commit
# git commit
>Commit staged files to the repository

View file

@ -1,4 +1,4 @@
#git diff
# git diff
> Show changes to tracked files

View file

@ -1,4 +1,4 @@
#git init
# git init
> Initializes a new local Git repository

View file

@ -1,4 +1,4 @@
#git log
# git log
>Show a history of commits

View file

@ -1,4 +1,4 @@
#git merge
# git merge
> Merge branches

View file

@ -1,4 +1,4 @@
#git push
# git push
> Push commits to a remote repository

View file

@ -1,4 +1,4 @@
#git remote
# git remote
> Manage set of tracked repositories (“remotes”)

View file

@ -1,4 +1,4 @@
#git status
# git status
> Show the index (changed files)

View file

@ -1,4 +1,4 @@
#git
# git
> Main command for all `git` commands

View file

@ -1,4 +1,4 @@
#ipcs
# ipcs
> Display information about ressources used in IPC (Inter-process Communication)

View file

@ -1,4 +1,4 @@
#node
# node
>Main node command

View file

@ -1,4 +1,4 @@
#passwd
# passwd
> passwd is a tool used to change a user's password.

View file

@ -1,4 +1,4 @@
#patch
# patch
> Patch a file (or files) with a diff file.
> Note that diff files contain both the target filenames and list of changes.

View file

@ -1,4 +1,5 @@
# salt-key
> Invoke salt locally on a salt minion.
- Perform a highstate on this minion

View file

@ -1,4 +1,5 @@
# salt-key
> Manages salt minion keys on the salt master
> Needs to be run on the salt master, likely as root or with sudo

View file

@ -1,4 +1,4 @@
#salt-run
# salt-run
>Frontend for executing salt-runners on minions

View file

@ -1,4 +1,4 @@
#salt
# salt
>Execute commands and assert state on remote salt minions.

View file

@ -6,7 +6,6 @@
`sudo {{ls}} {{/usr/local/scrt}}`
- To edit a file as user www:
`sudo -u {{www}} {{vi}} {{/var/www/index.html}}`

View file

@ -1,4 +1,4 @@
#TEE
# tee
> read from standard input and write to standard output and files