Gehe zum Inhalt

fafanet

Zurück zu Blog
Full screen

Sequências com vim / shell

March 17, 2014 21:22 , von Unbekannt - 0no comments yet | No one following this article yet.
Viewed 301 times
Gerar uma sequência numéria pode ajudar em muitos casos, como por exemplo, gerar uma lista de números ip; com o Vim isto fica fácil de resolver por exemplo, suponha que necessita gerar uma lista do ip 192.168.1.0 até 192.168.1.254, então o comando para obter o resultado ficaria:

:for i in range(1,254) | .put ='192.168.1.'.i  | endfor

Uma sequência numérica normal também pode ser obtida usando a função put:

:put =range(30,40)

Pode se usar valores negativos:

:put =range(-30,-40)

Gerar uma sequência no shell, por exemplo de 1 a 10

for ((i=1;i<=10;i++));do echo $i;done
for i in $(seq 10); do echo $i;done





Quelle: http://feedproxy.google.com/~r/silvaetibr/~3/PA44WhywFIs/sequencias-com-vim-shell.html

0no comments yet

    Einen Kommentar schreiben

    The highlighted fields are mandatory.

    Wenn Sie ein registrierter Nutzer sind, dann können Sie sich anmelden und automatisch unter Ihrem Namen arbeiten.

    Abbrechen

    fafanet

    fafanet timeline

    redirection forbidden: http://identi.ca/api/statuses/user_timeline/48009.rss -> https://identi.ca/api/statuses/user_timeline/48009.rss

    Mein Netzwerk

    0 Communities

    keine