Shell Wrappers - The Linux Documentation Project

Shell Wrappers - The Linux Documentation Project

瀏覽:1130
日期:2024-06-09
#!/bin/bash # logging-wrapper.sh # Generic shell wrapper that performs an operation #+ and logs it. DEFAULT_LOGFILE=logfile.txt # Set the following two variables. OPERATION= # Can be a complex chain of commands, #+ for example an awk script or a ......看更多