#!/bin/bash
shebang
dduui-MacBookPro:Linux ddu$ nano hi
dduui-MacBookPro:Linux ddu$ ls
Cleanup Todos msg
Exercise bigboys.txt myGG
Greatgatsby.txt blue percent.txt
MealDiary colors.txt pho.txt
Permissions colorsNwords.txt photo.txt
Planner count.txt prices
Redirection countries.txt programs.txt
SongOfMyself.txt greeting.txt words.txt
Styles hi yellow
TimeStuff letters.txt
dduui-MacBookPro:Linux ddu$ hi
-bash: hi: command not found
dduui-MacBookPro:Linux ddu$ bash hi
Hello there ddu
Today is 2023년 7월 25일 화요일 22시 23분 19초 KST
dduui-MacBookPro:Linux ddu$ ls
Cleanup Todos letters.txt
Exercise bigboys.txt msg
Greatgatsby.txt blue myGG
MealDiary colors.txt percent.txt
Permissions colorsNwords.txt pho.txt
Planner count.txt photo.txt
Redirection countries.txt prices
SongOfMyself.txt greeting.txt programs.txt
Styles hi words.txt
TimeStuff hi.log yellow
dduui-MacBookPro:Linux ddu$ bash hi
Hello there ddu
Today is 2023년 7월 25일 화요일 22시 23분 49초 KST
dduui-MacBookPro:Linux ddu$ bash hi
Hello there ddu
Today is 2023년 7월 25일 화요일 22시 23분 51초 KST
dduui-MacBookPro:Linux ddu$ cat hi.log
last ran hi at 2023년 7월 25일 화요일 22시 23분 19초 KST
last ran hi at 2023년 7월 25일 화요일 22시 23분 49초 KST
last ran hi at 2023년 7월 25일 화요일 22시 23분 51초 KST
dduui-MacBookPro:Linux ddu$
PATH
https://jinnynote.com/learn/how-to-add-paths-on-mac/
모든사용자는 자신의 자신의 작업을 예약하고 자신의 cronjob을 설정할 수 있음
https://crontab.guru/
-> 참고
a | b | c | d | e | command |
---|---|---|---|---|---|
Minuete(0-59) | hour(0-23) | day(1-31) | month(1-12) | day(of week) (0-6) |
30 * * * * command
0 0 * * * command
30 6 * * *command
30 6 * * 1 command
30 6 * 4 1 command
0 0 1 * * command