Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
reading passphrase in a script
Name: sprang3 Date: October 18, 2004 at 12:18:25 Pacific OS: Red Hat 9 CPU/Ram: 750
Comment:
I am trying to write a script that types in the gpg passphrase and I can't get it to work I can get the phassphrase to echo back by doing gpg --passphrase-fd 0 | echo passphrase. Does anyone know how I can do this... Thanks...
Summary: simply trying to write a startup (and shutdown) script (bash) for nstats. I need to get the pid of the just launched nstats, but in a script "&" doesn't give the pid like it does from the prompt. so I...
Summary: Hi, I am running Cisco Netflow at linux box, Every 15 mints some NFC application is creating files at cisco folder. i.e file is like this "/opt/CSCOnfc/Data/LinuxNFC/2006_01_14/10.76.5.101/DetailCa...
Summary: Hi there. I want to use rsync in a shell script. To get rsync to read 2 files the syntax requires a space separated list enclosed in single quotes e.g. rsync -e ssh -avz root@server:'/etc/file1 /etc...