Search Results

Search: Posts Made By: domivv
4,852
Posted By domivv
Yeah well, Maybe it's a bit too advanced for...
Yeah well,

Maybe it's a bit too advanced for you, but for those who do understand I actually found a way that does a bit too much but I got whay I needed.

Check out man pages for 'script'.
...
4,173
Posted By domivv
Hi, Am I completely misunderstanding the...
Hi,
Am I completely misunderstanding the problem here maybe? But the variable 'date' is never set anywhere ?!

Why not :
datestamp=$(date +'%d%m%Y')...
4,852
Posted By domivv
Capturing stdin
Hi all,

Consider the following situation:
- you launch an compiled binary application from inside a unix shell which presents a text-based type user interface where you can input information ... ...
10,833
Posted By domivv
Why use awk? I can't test it right now but...
Why use awk? I can't test it right now but wouldn't :

set -A index $(cat yourfile)

do the trick or do you want to load yourfile while inside an awk program ?
Forum: Programming 03-02-2005
12,452
Posted By domivv
Password encryption/decryption in flat-text files
Dear all,
If anyone has some ideas for me how to tackle the following situation:
Imagine a type of client-server application. The client application is started by a human operator with all the...
12,859
Posted By domivv
Ok, just figured it out ! For those who might be...
Ok, just figured it out ! For those who might be interested, this is what I did.

1) source file with following contents:
one one
two two

2) the coding:
ix=0
while read record; do...
12,859
Posted By domivv
Ok, tried it. The example works of course. ...
Ok, tried it. The example works of course.

Now image that the actual data is completely unknown and dynamically created. The result in my case is put in file. This would mean a flat text file...
12,859
Posted By domivv
I'm indeed using ksh. I'll give it a try... Thx
I'm indeed using ksh. I'll give it a try...
Thx
12,859
Posted By domivv
Dynamic select with multiple word menu items
Hello all,

I'm developing a deployment script at work and at one point it would need to display something like this:

Which version of ADMIN would you like to deploy?
1) 1.0.0 (store1, 10 Jan...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 01:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy