- Learning Linux Shell Scripting
- Ganesh Naik
- 231字
- 2021-06-25 22:02:44
Working in the shell
Let's get started by opening the Terminal, and we will familiarize ourselves with the bash shell environment:
- Open the Linux Terminal and type in:
$ echo $SHELL /bin/bash
- The preceding output in the Terminal says that the current shell is /bin/bash, such as the Bash shell:
$ bash -version GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu) Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Hereafter, we will use the word Shell to signify the Bash shell only. If we intend to use any other shell, then it will be specifically mentioned by name, such as KORN and other similar shells.
In Linux, filenames in lowercase and uppercase are different; for example, the files Hello and hello are two distinct files. This is unlike Windows, where case does
not matter.
As far as possible, avoid using spaces in filenames or directory names such as:
- Wrong filename—Hello World.txt
- Correct filename—Hello_World.txt or HelloWorld.txt
This will make certain utilities or commands fail or not work as expected, for example, the make utility.
While typing in filenames or directory names of the existing files or folders, use the tab completion feature of Linux. This will make working with Linux faster.
- Internet接入·網絡安全
- 精通MATLAB神經網絡
- Photoshop CS3特效處理融會貫通
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- CompTIA Linux+ Certification Guide
- 網絡安全與防護
- 激光選區熔化3D打印技術
- 分析力!專業Excel的制作與分析實用法則
- FPGA/CPLD應用技術(Verilog語言版)
- 電腦日常使用與維護322問
- 格蠹匯編
- 水晶石影視動畫精粹:After Effects & Nuke 影視后期合成
- 基于Proteus的PIC單片機C語言程序設計與仿真
- Wireshark Revealed:Essential Skills for IT Professionals
- 傳感技術基礎與技能實訓