Skip to content

Instantly share code, notes, and snippets.

@mugyu
Last active January 28, 2020 07:41
Show Gist options
  • Save mugyu/044f4709c99151e15b98417376bb3328 to your computer and use it in GitHub Desktop.
Save mugyu/044f4709c99151e15b98417376bb3328 to your computer and use it in GitHub Desktop.

Windows BATスクリプトでヒアドキュメントもどき

batch file

(
echo hoge
echo piyo
echo puyo
echo fuga
echo gaoh
) | sort

output

$ (
echo hoge
 echo piyo
 echo puyo
 echo fuga
 echo gaoh
)  | sort
fuga
gaoh
hoge
piyo
puyo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment