Search found 3 matches

by meowness
Fri Jul 13, 2012 8:04 pm
Forum: Technical / Scripting
Topic: awk/sed ==> macro scheduler
Replies: 1
Views: 4763

awk/sed ==> macro scheduler

this is what I have... Anyone's halp is greatly appreciated =)
meow@mix~
gawk -F" " '{print $5,$6,$7,$8}' asdf.txt |
sed 's\[coy|cor|" "|•|*|«|.|i]\\g' |
sed 's\[o|O]\0\g' | sed 's\[l|L|!]\1\g' | sed 's\?\7\g' |
cut -d "." -f1>quote.txt;
by meowness
Fri Jul 13, 2012 1:11 am
Forum: Technical / Scripting
Topic: literal string question- general addition with calls
Replies: 1
Views: 2518

got it was using too many curlys...
by meowness
Fri Jul 13, 2012 12:52 am
Forum: Technical / Scripting
Topic: literal string question- general addition with calls
Replies: 1
Views: 2518

literal string question- general addition with calls

gosub>getnumber let>x=number //from sub gosub>getnumber let>y=number let>newnumber={{%x%}}+{{%y}}-1 if x=456789 and y=23456789 the result in the viewer is that newnumber = {{456789}}+{{23456789}}-1 which mean the expression is not being carried out and it's beinf treated as a literal... anyone know ...
Sign up to our newsletter for free automation tips, tricks & discounts