Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 971 Bytes

README.md

File metadata and controls

46 lines (37 loc) · 971 Bytes

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