Blogs about: Shell Programming
Featured Blog
Automatic telnet on shell programming
Sometimes you want to execute script on your another server automatically without rsh. What you usually do is telnet to that server and execute the script. But how to make it automatic ? You can use t… more »
Irwan's Blog
Testing Conditions in Shell Programming
Rajkiran Ghanta wrote 2 months ago: In the shell programming, conditional expressions are used for performing tests by - evaluating and … more »
Automatic telnet on shell programming
— 1 comment
hnawri wrote 5 months ago: Sometimes you want to execute script on your another server automatically without rsh. What you usua … more »
Thinking for shell scripting? Start with Unix
— 16 comments
Mayank wrote 5 months ago: To achieve a target/goal, directions and instructions plays very vital role for your success. As I … more »
FTP from shell
hnawri wrote 6 months ago: Maybe it can help you to do automatic ftp from your shell script ftp -in IP_ADDRESS << EOF use … more »
Get Oracle Query Result from Shell
hnawri wrote 6 months ago: If you want to get data from Oracle using shell, you can use this script $SQLPLUS -s $ORACLE_USER/$ … more »
