Link to home
Start Free TrialLog in
Avatar of jithu091900
jithu091900

asked on

Unix Shell Script Questions

Hi,

I am going to attend an interview for a programmer position. The questions will be based on Perl and Shell Script.
Can anyone please post Shell Script questions which usually ask for programmer position?

Thanks
Jithu
Avatar of ozo
ozo
Flag of United States of America image

"How would you write a script that substitutes underscores for blanks in all the filenames in a directory?"
SOLUTION
Avatar of ozo
ozo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
please explain the results and impacts for various different shells and perl of following 2 commands:

true || false && echo bang
false || true && echo bang
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial