Preguntas y respuestas de entrevista mas solicitadas y pruebas en linea
Plataforma educativa para preparacion de entrevistas, pruebas en linea, tutoriales y practica en vivo

Desarrolla tus habilidades con rutas de aprendizaje enfocadas, examenes de practica y contenido listo para entrevistas.

WithoutBook reune preguntas de entrevista por tema, pruebas practicas en linea, tutoriales y guias comparativas en un espacio de aprendizaje responsivo.

Preparar entrevista

Shell Scripting preguntas y respuestas de entrevista

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

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

Es util? Agregar comentario Ver comentarios
 

Pregunta 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.

Es util? Agregar comentario Ver comentarios
 

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

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

Es util? Agregar comentario Ver comentarios
 

Pregunta 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.

Es util? Agregar comentario Ver comentarios
 

Pregunta 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.

Es util? Agregar comentario Ver comentarios
 

Lo mas util segun los usuarios:

Copyright © 2026, WithoutBook.