人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

Shell Scripting 面接の質問と回答

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

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

役に立ちましたか? コメントを追加 コメントを見る
 

質問 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.

役に立ちましたか? コメントを追加 コメントを見る
 

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

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

役に立ちましたか? コメントを追加 コメントを見る
 

質問 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.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 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.

役に立ちましたか? コメントを追加 コメントを見る
 

ユーザー評価で最も役立つ内容:

著作権 © 2026、WithoutBook。