Skip to content

Bash, zsh, and general linux command line tool snippets and shortcuts.

License

Notifications You must be signed in to change notification settings

cjbaccus/Cli-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Cli-snippets

Bash, zsh, and general linux command line tool snippets and shortcuts.

Sections

Bash

Rename directories by taking out spaces in name

find . -name "* *" -type d -execdir rename -v 's/ /_/g' {} +

Make multiple directories at once

mkdir -p {dir1,dir2,dir3,dir1/tasks,dir1/templates,dir2/tasks,dir2/templates,dir3/tasks}

azure-cli

az virtual machine list

az vm list

az vm list-sizes

az vm list-sizes

About

Bash, zsh, and general linux command line tool snippets and shortcuts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published