bash

冒険

Bash, Shell Script: How To Use Positional Parameters, Invoking A Function Part 2

In part1, introduce how to pass the value of positional parameter, which has been assigned at executing the script, to i...
冒険

Bash, Shell Script: How To Use Positional Parameters, Invoking A Function Part 1

Added------ Link to Part2 "how to prompt and read user input after starting executing the script and how to pass it to t...
冒険

Bash & Shell Scripting: The Command Execution As The Condition In The Loop Structure

The command in the condintion of the loop structure, like while or until, is actually executed. Although it is the way u...
冒険

Linux, Bash: fd コマンドでファイルやディレクトリーを探す

~ fd コマンドの基本とそれを利用したシエル・ファンクション~ おまけ:今日のショート・カット $ clear でアウト・プットを一掃することが出来るが、 Ctrl + l (エル) のショートカットでも同じことが出来る。 記事の難易度:...
冒険

Linux: Windowsパーティションのマウント、ファイル編集の実現

~デュアル・ブート環境でLinuxからWindows側のパーティションをマウント、マウント解除をしたりファイルへの書き込みを可能にするために~#本題に入る前に記事の難易度:初心者向け(コマンド・ラインの学習を始めた方など)執筆者のキャプテン...