June 2006
Intermediate to advanced
64 pages
2h 42m
English
function
functionname{commands; } functionname() {commands; }
Define name as a shell function. See the description of function semantics in the earlier section Functions.
Define a function to count files.
$function fcount {>ls | wc -l>}
Read now
Unlock full access