1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:53:11 +02:00

multiple pages: add homepages (#3250)

This commit is contained in:
Lucas Gabriel Schneider 2019-08-22 09:37:57 -03:00 committed by Andrik Albuquerque
parent 77c60fc861
commit cd92655620
74 changed files with 74 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# cls
> Limpar a tela de saída.
> Mais informações: <https://docs.microsoft.com/pt-br/windows-server/administration/windows-commands/cls>.
- Limpar a tela:

View file

@ -1,6 +1,7 @@
# cmd
> O interpretador de comandos do Windows.
> Mais informações: <https://docs.microsoft.com/pt-br/windows-server/administration/windows-commands/cmd>.
- Iniciar nova instância do interpretador de comandos:

View file

@ -1,6 +1,7 @@
# dir
> Listar os conteúdos de um diretório.
> Mais informações: <https://docs.microsoft.com/pt-br/windows-server/administration/windows-commands/dir>.
- Mostrar o conteúdo do diretório atual:

View file

@ -1,6 +1,7 @@
# mkdir
> Criar um diretório.
> Mais informações: <https://docs.microsoft.com/pt-br/windows-server/administration/windows-commands/mkdir>.
- Criar um diretório:

View file

@ -1,6 +1,7 @@
# print
> Imprimir um arquivo de texto em uma impressora.
> Mais informações: <https://docs.microsoft.com/pt-br/windows-server/administration/windows-commands/print>.
- Imprimir um arquivo de texto na impressora padrão:

View file

@ -1,6 +1,7 @@
# type
> Mostrar o conteúdo de um arquivo.
> Mais informações: <https://docs.microsoft.com/pt-br/windows-server/administration/windows-commands/type>.
- Mostrar o conteúdo de um arquivo específico:

View file

@ -1,7 +1,7 @@
# whoami
> Mostra detalhes sobre o usuário atual.
> Mais informações: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/whoami>.
> Mais informações: <https://docs.microsoft.com/pt-br/windows-server/administration/windows-commands/whoami>.
- Mostra o username do usuário atual:

View file

@ -1,6 +1,7 @@
# assoc
> Display or modify file extension associations.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/assoc>.
- Display all associated filetypes:

View file

@ -1,6 +1,7 @@
# attrib
> Displays or changes file and directory attributes.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/attrib>.
- Display the attributes of the files in the current directory:

View file

@ -1,6 +1,7 @@
# clip
> Copy input content to the Windows clipboard.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/clip>.
- Pipe command line output to the Windows clipboard:

View file

@ -1,6 +1,7 @@
# cls
> Clears the screen.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/cls>.
- Clear the screen:

View file

@ -1,6 +1,7 @@
# cmd
> The Windows command interpreter.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/cmd>.
- Start a new instance of the command interpreter:

View file

@ -1,6 +1,7 @@
# cmstp
> A command line tool for managing connection service profiles.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/cmstp>.
- Install a specific profile:

View file

@ -1,6 +1,7 @@
# color
> Set the console foreground and background colors.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/color>.
- Set the console colors to the default values:

View file

@ -2,6 +2,7 @@
> Compare the contents of two files or sets of files.
> Use wildcards (*) to compare sets of files.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/comp>.
- Compare files interactively:

View file

@ -1,6 +1,7 @@
# del
> Delete one or more files.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/del>.
- Delete one or more space-separated files or patterns:

View file

@ -1,6 +1,7 @@
# dir
> List directory contents.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/dir>.
- Show the contents of the current directory:

View file

@ -1,6 +1,7 @@
# doskey
> Manage macros, windows commands and command lines.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/doskey>.
- List available macros:

View file

@ -1,6 +1,7 @@
# driverquery
> Display information about installed device drivers.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/driverquery>.
- Display a list of all installed device drivers:

View file

@ -2,6 +2,7 @@
> Create custom entries in the event log.
> Event IDs can be any number between 1 and 1000.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/eventcreate>.
- Create a new event with a given id (1-1000) in the log:

View file

@ -1,6 +1,7 @@
# exit
> Quit the current CMD instance or the current batch file.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/exit>.
- Quit the current CMD instance:

View file

@ -1,6 +1,7 @@
# expand
> Uncompress one or more Windows Cabinet files.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/expand>.
- Uncompress a single-file Cabinet file to the specified directory:

View file

@ -2,6 +2,7 @@
> Compare the differences between two files or sets of files.
> Use wildcards (*) to compare sets of files.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/fc>.
- Compare 2 specified files:

View file

@ -1,6 +1,7 @@
# find
> Find a specified string in one or more files.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/find>.
- Find lines that contain a specified string:

View file

@ -1,6 +1,7 @@
# findstr
> Find specified text within one or more files.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/findstr>.
- Find space-separated string(s) in all files:

View file

@ -2,6 +2,7 @@
> Return information about one or more users on a specified system.
> The remote system must be running the Finger service.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/finger>.
- Display information about a specific user:

View file

@ -1,6 +1,7 @@
# fondue
> A command line installer for optional Windows features.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/fondue>.
- Enable a specific Windows feature:

View file

@ -1,6 +1,7 @@
# forfiles
> Select one or more files to execute a specified command on.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/forfiles>.
- Search for files in the current directory:

View file

@ -1,6 +1,7 @@
# ftype
> Display or modify file types used for file extension association.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/ftype>.
- Display a list of all file types:

View file

@ -1,6 +1,7 @@
# getmac
> Display the MAC addresses of a system.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/getmac>.
- Display the MAC addresses for the current system:

View file

@ -1,6 +1,7 @@
# ipconfig
> Display and manage the network configuration of Windows.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/ipconfig>.
- Show a list of network adapters:

View file

@ -1,6 +1,7 @@
# logoff
> Terminate a login session.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/logoff>.
- Terminate the current session:

View file

@ -1,6 +1,7 @@
# mkdir
> Creates a directory.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mkdir>.
- Create a directory:

View file

@ -1,6 +1,7 @@
# mklink
> Create symbolic links.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink>.
- Create a symbolic link to a file:

View file

@ -1,6 +1,7 @@
# more
> Display paginated output from `stdin` or a file.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/more>.
- Display paginated output from `stdin`:

View file

@ -1,6 +1,7 @@
# msg
> Send a message to a specific user or session.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/msg>.
- Send a message to a specified user or session:

View file

@ -1,6 +1,7 @@
# path
> Display or set the search path for executable files.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/path>.
- Display the current path:

View file

@ -1,6 +1,7 @@
# pathping
> A trace route tool combining features of `ping` and `tracert`.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/pathping>.
- Ping and trace the route to a host:

View file

@ -1,6 +1,7 @@
# popd
> Changes the current directory to the directory stored by the `pushd` command.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/popd>.
- Switch to directory at the top of the stack:

View file

@ -1,6 +1,7 @@
# print
> Print a text file to a printer.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/print>.
- Print a text file to the default printer:

View file

@ -2,6 +2,7 @@
> Place a directory on a stack so it can be accessed later.
> See also `popd` to switch back to original directory.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/pushd>.
- Switch to directory and push it on the stack:

View file

@ -1,6 +1,7 @@
# pwlauncher
> A command line tool for managing the Windows To Go startup options.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/pwlauncher>.
- Display the current Windows To Go status:

View file

@ -1,6 +1,7 @@
# rdpsign
> A tool for signing Remote Desktop Protocol (RDP) files.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/rdpsign>.
- Sign an RDP file:

View file

@ -1,6 +1,7 @@
# reg add
> Add new keys and their values to the registry.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-add>.
- Add a new registry key:

View file

@ -1,6 +1,7 @@
# reg compare
> Compare keys and their values in the registry.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-compare>.
- Compare all values under a specific key with a second key:

View file

@ -1,6 +1,7 @@
# reg copy
> Copy keys and their values in the registry.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-copy>.
- Copy a registry key to a new registry location:

View file

@ -1,6 +1,7 @@
# reg delete
> Delete keys or their values from the registry.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-delete>.
- Delete a specific registry key:

View file

@ -1,6 +1,7 @@
# reg export
> Export the specified sub keys and values into a file.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-export>.
- Export all sub keys and values of a specific key:

View file

@ -1,6 +1,7 @@
# reg flags
> Display or set flags on registry keys.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-flags>.
- Display current flags for a specific key:

View file

@ -1,6 +1,7 @@
# reg import
> Import all available keys, subkeys, and values from a file.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-import>.
- Import all keys, subkeys and values from a file:

View file

@ -2,6 +2,7 @@
> Load saved sub keys into a different sub key in the registry.
> This is intended for troubleshooting and temporary keys.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-load>.
- Load a backup file into the specified key:

View file

@ -1,6 +1,7 @@
# reg query
> Display the values of keys and sub keys in the registry.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-query>.
- Display all values of a key:

View file

@ -2,6 +2,7 @@
> Restore a key and its values from a backup file.
> See `reg-save` for more information.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-restore>.
- Overwrite a specified key with data from a backup file:

View file

@ -1,6 +1,7 @@
# reg save
> Save a registry key, its sub keys and values to a file.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-save>.
- Save a registry key, its sub keys and values to a specific file:

View file

@ -1,6 +1,7 @@
# reg unload
> Remove data from the registry that was loaded using the `reg load` command.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-unload>.
- Remove data from the registry for a specified key:

View file

@ -2,6 +2,7 @@
> A command line interface for managing keys and their values in the Windows registry.
> See `reg-query`, `reg-add` and other pages for additional information.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg>.
- Execute registry commands:

View file

@ -1,6 +1,7 @@
# repair-bde
> Attempt to repair or decrypt a damaged BitLocker-encrypted volume.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/repair-bde>.
- Attempt to repair a specified volume:

View file

@ -1,6 +1,7 @@
# rmdir
> Remove a directory and its contents.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/rmdir>.
- Remove an empty directory:

View file

@ -2,6 +2,7 @@
> Robust File and Folder Copy.
> By default files will only be copied if the source and destination have different time stamps or different file sizes.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy>.
- Copy all .jpg and .bmp files from one directory to another:

View file

@ -1,6 +1,7 @@
# set
> Display or set environment variables for the current instance of CMD.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/set>.
- List all current environment variables:

View file

@ -1,6 +1,7 @@
# sfc
> Scans the integrity of Windows system files.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/sfc>.
- Display information about the usage of the command:

View file

@ -1,6 +1,7 @@
# shutdown
> A tool for shutting down, restarting or logging off a machine.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/shutdown>.
- Shutdown the current machine:

View file

@ -1,6 +1,7 @@
# subst
> Associates a path with a virtual drive letter.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/subst>.
- List active associations:

View file

@ -1,6 +1,7 @@
# systeminfo
> Display operating system configuration for a local or remote machine.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/systeminfo>.
- Display system configuration for the local machine:

View file

@ -1,6 +1,7 @@
# taskkill
> Terminate a process by its process id or name.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/taskkill>.
- Terminate a process by its id:

View file

@ -1,6 +1,7 @@
# tasklist
> Display a list of currently running processes on a local or remote machine.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tasklist>.
- Display currently running processes:

View file

@ -1,6 +1,7 @@
# title
> Set the title of the command prompt window.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/title>.
- Set the title of the current command prompt window:

View file

@ -1,6 +1,7 @@
# tree
> Display a graphical tree of the directory structure for a path.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tree>.
- Display the tree for the current directory:

View file

@ -1,6 +1,7 @@
# type
> Display the contents of a file.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/type>.
- Display the contents of a specific file:

View file

@ -1,6 +1,7 @@
# tzutil
> A tool for displaying or configuring the system time zone.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tzutil>.
- Get the current time zone:

View file

@ -1,6 +1,7 @@
# ver
> Display the current Windows or MS-DOS version number.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/ver>.
- Display the current version number:

View file

@ -1,6 +1,7 @@
# vol
> Display information about volumes.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/vol>.
- Display the label and serial number for the current drive:

View file

@ -2,6 +2,7 @@
> Display the location of files that match the search pattern.
> Defaults to current work directory and paths in the PATH environment variable.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/where>.
- Display the location of file pattern:

View file

@ -1,6 +1,7 @@
# whoami
> Display details about the current user.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/whoami>.
- Display the username of the current user: