jimmyharris / shell-snippets

Code snippets of shell scripts for visual studio code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License