Displaying 2 results from an estimated 2 matches for "parseble".
Did you mean:
parseable
2010 Oct 06
1
Dynamic Variable Name
...roject_NAME
where
NAME can be anything.
I''ve tried this (for experiment purposes):
$project_name = ''my_project''
$project_my_project = ''/mnt/pa/test'' #this variable will be set out
of this script
notice($"project$project_name")
This is not parseble! Is it possible? Any alternative?
Best regards,
Rodrigo
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsu...
2009 Oct 25
0
alternate output for progressmeter
Hi,
I used scp in some background process for transferring large files
which took some hours.
For this I needed a less fancy output, preferable parseble by a script,
so I could regularly see how far the transfer was
The adaptions I made to progressmeter.c and .h are underneath my mail as a patch
Some sample output how it looks now:
:~/src/openssh-5.3p1$ ./scp -l 60000 test.bin hans at localhost:.
progress test.bin : ? 0% ? ?0 ? ? 0.0KB/s ? --:--...