Ir para o conteúdo
ou

Logo noosfero

ODF Alliance Award

Furusho

TDF Planet

redirection forbidden: http://planet.documentfoundation.org/atom.xml -> https://planet.documentfoundation.org/atom.xml

Linux Magazine

getaddrinfo: Name or service not known

BR.Linux.org

redirection forbidden: http://br-linux.org/feed -> https://br-linux.org/feed

Seja Livre!

redirection forbidden: http://sejalivre.org/feed/ -> https://sejalivre.org/feed/

Linux Feed

getaddrinfo: Name or service not known

Computerworld

getaddrinfo: Name or service not known

Guia do Hardware

530

Convergência Digital

503 Backend fetch failed

PC World

getaddrinfo: Name or service not known

IDG Now!

getaddrinfo: Name or service not known

Info

Invalid feed format.

Users SL Argentina

redirection forbidden: http://drupal.usla.org.ar/rss.xml -> https://cobalto.gnucleo.net/rss.xml

Tux Chile

500 Internal Server Error

Tecno Libres - Cubas

redirection forbidden: http://gutl.jovenclub.cu/feed -> https://gutl.jovenclub.cu/feed

Linux Colômbia

Invalid feed format.

Linux Costa Rica

Invalid feed format.

Software Libre Peru

Invalid feed format.

Linux Equador

Invalid feed format.

Linux Espanha

Invalid feed format.

Linux Guatemala

Invalid feed format.

Linux México

Invalid feed format.

Linux Nicarágua

Invalid feed format.

Linux Panamá

Invalid feed format.

Linux Peru

Invalid feed format.

Linux El Salvador

Invalid feed format.

Linux Venezuela

Invalid feed format.

Soft Libre Bolívia

redirection forbidden: http://www.softwarelibre.org.bo/feed/ -> https://www.softwarelibre.org.bo/feed/

GNU/Linux Paranguay

getaddrinfo: Name or service not known

Soft Libre Honduras

redirection forbidden: http://preguntaslinux.org/syndication.php -> https://preguntaslinux.org/syndication.php

Linux Rep.Dominicana

404 Not Found

 Voltar a FREE SOFTWAR...
Tela cheia

SCRIPT PRA LER DATA (DIA,MES,ANO)

30 de Junho de 2010, 0:00 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 3104 vezes
Ola novamente...

Depois de muito quebrar a cabeça, consegui consegui fazer esse script funcionar:

:local date [/system clock get date];
:local dayYear [pick $date ([:find $date "/" 0] + 1) [:len $date]];
:local day [pick $dayYear 0 [:find $dayYear "/" 0]];
:if ($day => "07" and $day <= "31") do=

Meu problema agora e que ele so executa corretamente na versao 4.1
Eu preciso q rode direito na 3.13

Ta acontecendo o seguinte:
Quando eu mando ler a data

:if ($day => "07" and $day <= "31")

Ele deveria executar uma tarefa se o dia for IGUAL ou MAIOR que 07 e MENOR que 31
Na versao 4.1 executa normalmente, porem na versao 3.13 não estou conseguindo.

Ja tentei:

:if (($day => "07") and ($day <= "31"))
:if (($day => 07) and ($day <= 31))
:if ($day => "04"+"03" <= "31")
:if ($day => "07" <= "31")
:if ($day => "10"-"03") and ($day <= "31"))
:if ($day => ("20"-"13") and ($day <= "31"))
:if (($day => 10 - 03) and ($day <= "31"))

E varias outras... não deu certo !!!

Preciso que o script execute uma tarefa no dia 07 (ou 7), mas ele nao aceita, somente executa se o dia tiver 2 digitos (desconsiderando o zero a esquerda)

Ou seja, Não estou conseguindo executar tarefas entre os dias 01 a 09, não importando que eu cole o dia com, ou sem o 0 (zero).

Creio q seja incompatibilidade com a versao, mas preciso que funciona na 3.13
Pra quem entende, dever ser facil resolver, mas pra mim ta complicado.

Aceito ajudas. Agradecido.

Fonte: http://under-linux.org/f143/script-pra-ler-data-dia-mes-ano-139453/

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.