Die meistgefragten Interviewfragen und Antworten sowie Online-Tests
Lernplattform fur Interviewvorbereitung, Online-Tests, Tutorials und Live-Ubungen

Baue deine Fahigkeiten mit fokussierten Lernpfaden, Probetests und interviewreifem Inhalt aus.

WithoutBook vereint themenbezogene Interviewfragen, Online-Ubungstests, Tutorials und Vergleichsleitfaden in einem responsiven Lernbereich.

Interview vorbereiten

Shell Scripting Interviewfragen und Antworten

Frage 16. What is the purpose of the `basename` command in shell scripting?

The `basename` command is used to strip directory and suffix from filenames.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 17. How can you check the status of the last command in a shell script?

You can use the `$?` variable to check the exit status of the last command.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 18. Explain the use of the `expr` command in shell scripting.

The `expr` command is used for evaluating expressions in shell scripts.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 19. What is the purpose of the `export` command in shell scripting?

The `export` command is used to make environment variables available to child processes.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 20. How do you use the `while` loop in a shell script?

The `while` loop is used to repeatedly execute a block of statements as long as a condition is true.

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Am hilfreichsten laut Nutzern:

Copyright © 2026, WithoutBook.