Skip to content

Code snippets of shell scripts for visual studio code.

License

Notifications You must be signed in to change notification settings

cdsama/shell-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Snippets

Code snippets of shell scripts for visual studio code.

Snippets

Basic code

  • if/elif/else
  • echo/read
  • for/while/until/break
  • function
  • case expr
  • test int/string/file

Frequently used snippets

  • read file by line
  • batch rename files
  • awk
    • substr
    • printf
    • for loop

Installation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install shell-snippets

Contacts

You can contact me in the following ways:

Links

About

Code snippets of shell scripts for visual studio code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published