function_def.sh

Shell고급

탐색기

C40
C++40
C#40
Dart40
Go40
Java40
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell
초급10
중급10
고급10
backup.sh
process_check.sh
file_loop.sh
array_ops.sh
param_check.sh
case_match.sh
pipe_chain.sh
function_def.sh
subshell_cmd.sh
trap_signal.sh
전문가5
마스터5
Swift40
TypeScript40
function_def.sh
Click to focus
1
2
3
4
function validate() {
   local input="${1:-}"
   [[ "$input" =~ ^[0-9]+$ ]] && return 0 || return 1
}
0WPM0%0:000/101(0%)|Ln 1, Col 1
UTF-8Shell

관련 연습 문제