Ir para o conteúdo
ou

Software livre Brasil

 Voltar a CommandLineFu
Tela cheia Sugerir um artigo

Reuse all parameter of the previous command line

23 de Junho de 2009, 0:00 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 383 vezes
$ !*

!* is all of the arguments to the previous command rather than just the last one.

This is useful in many situations.

Here's a simple example:

vi cd /stuff

oops!

[exit vi, twice]

!*

expands to: cd /stuff

Submitted by Neo23x0

Options:

commandlinefu.com by David Winterbottom


Fonte: http://www.commandlinefu.com/commands/view/2476/reuse-all-parameter-of-the-previous-command-line

0sem comentários ainda

Enviar um comentário

Os campos são obrigatórios.

Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.