15

F3S講習会 (2016-09) CLIで行こう

Embed Size (px)

Citation preview

••

•http://www.media.hiroshima-u.ac.jp

Character User Interface Graphical User Interface

•✓

•✓

•✓

01: cd Desktop

02: ls

03: mkdir 1130

04: 1130

05: ls

06: pico test.txt

07: ls

08: ls -l

09: rm test.txt

01: touch {1..100}.txt

02: ls

03: ls 1*.txt

04: ls ?.txt

05: ls ??.txt

06: ls ???.txt

07: rm -f [1-5]*.txt

08: ls

••••

•••••

01: #! /bin/bash

02:

03: mkdir a b

04: cd a

05: touch 1130a.txt

06: cd ../b

07: touch 1130b.txt

source filename