Skip to content

Instantly share code, notes, and snippets.

@alfredtso
Last active May 12, 2023 04:09
Show Gist options
  • Save alfredtso/84a6c78d43174c45381a8a6866772aaf to your computer and use it in GitHub Desktop.
Save alfredtso/84a6c78d43174c45381a8a6866772aaf to your computer and use it in GitHub Desktop.
tools in Linux
# User/Group managment
gpasswd --delete user group
# Bash
## For loop
for i in {1..5}; do echo "Hi, $i"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment