Unix shell events?

2008-10-03T20:04:31

Is there any way so that i can echo password when asked for in unix shell without use of external binaries ? Something like simple function triggered when password prompt is displayed

Copyright License:
Author:「Mote」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/166508/unix-shell-events

About “Unix shell events?” questions

Is there any way so that i can echo password when asked for in unix shell without use of external binaries ? Something like simple function triggered when password prompt is displayed
I want to create a mini shell for UNIX just to know the ins and outs of everything. I am having some confusions understanding things that I used to get for granted. This is kinda philosophical ques...
I am beginner to UNIX,UNIX Shell Scripting. Can you please guide me through any excellent sites for unix(which are easy to understand),some study materials(tutorials),video tutorials. Please help...
How do I create an array in unix shell scripting?
How do I create an array in unix shell scripting?
How do I create an array in unix shell scripting?
I just started learning UNIX and out of curiosity, I want to know if UNIX shell scripts compiled or interpreted by the shell? My guess is interpretation. I am not sure though.
I want to know can we create UDF for hive using shell script .For pig i got the reference from here Unix Shell Script as UDF for Pig and HiveThat we can't create . If we can create please let me kn...
grep "<ValidateXYZResponse" filename.log* | grep -v "<ResponseCode>000<ResponseCode>" Above command works fine in UNIX where grep -v excludes the records having response code "000"
is there any possibility to use haskell functions in unix shell scripts? for instance: #!/bin/bash ... var1=value ... # use haskell function with input from shell variable var1 # and store the ...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.