Linux Shell Scripting Interview Questions and Answers

by sonia on May 20, 2017 1:39:38 PM

Linux Shell Scripting Interview Questions and Answers

Q1. How to pass argument to a script ? Ans. ./script argument Example : Script will show filename ./show.sh file1.txt cat show.sh #!/bin/bash cat $1

Read More

Subscribe by email