Question d’entretien chez TO THE NEW

Shell Scripting, Linux is a must.

Réponse à la question d'entretien

Utilisateur anonyme

19 déc. 2017

A shell is a computer program designed for unix which use in unix commands as script .the shell execute the script as a direct command and process it .the shell script promotes various advantange such task automation, multiple command support easier in development and portability.we write shell script in bash shell starting with #(shebang) example of shell script is echo ls -al.