Skip to content

Instantly share code, notes, and snippets.

@AndyYouens
Last active February 4, 2025 16:07
Show Gist options
  • Save AndyYouens/dc0564967e39aed604af1c27595d1fa3 to your computer and use it in GitHub Desktop.
Save AndyYouens/dc0564967e39aed604af1c27595d1fa3 to your computer and use it in GitHub Desktop.
Man examples
#!/QOpenSys/pkgs/bin/bash
## FormaServe IBM i Training
##
## For full disclaimer see https://www.formaserve.co.uk/examples.php
##
## © - FormaServe Systems Ltd. 1990 - 2025
## www.FormaServe.co.uk
##
# tell me about the ls command
man ls
# tell me about grep
man grep
# tell me about the man command
man man
# search for a manual, use list & zip as an example
man -k list
man -k zip
# to get a brief description of a command
man -f ls
# to exit man
q
@AndyYouens
Copy link
Author

added a couple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment