https://github.com/base-ux/shell-scripts
A set of somewhat useful shell scripts
https://github.com/base-ux/shell-scripts
kornshell ksh ksh93 linux shell shell-script unix
Last synced: 2 months ago
JSON representation
A set of somewhat useful shell scripts
- Host: GitHub
- URL: https://github.com/base-ux/shell-scripts
- Owner: base-ux
- Created: 2023-12-13T13:14:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T16:20:46.000Z (over 1 year ago)
- Last Synced: 2025-02-01T23:27:03.814Z (4 months ago)
- Topics: kornshell, ksh, ksh93, linux, shell, shell-script, unix
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell scripts
A set of somewhat useful shell scripts.
Initially it was written for Korn Shell (`ksh88`) for IBM AIX operating system,
but is expected to work with Bash and Linux as well.The structure of the repository:
- `bin` directory contains scripts executables
- `lib` directory contains library files sourced by those executables
- `etc` directory contains configuration files samplesThe scripts are:
- `cfbackup.sh` Backup configuration files and report differences
- `delcore.sh` Delete core files
- `nmon-collect.sh` Run NMON statistics collection
- `nmon-cleanup.sh` Clean up old NMON statistics
- `sysexec.sh` Execute commands on remote host### ToDo
- Explain scripts usage and invocation
- Explain installation and configuration