Skip to content

Instantly share code, notes, and snippets.

@amaranter
Last active November 9, 2015 18:40
Show Gist options
  • Save amaranter/6dc41f9b8133fccde34c to your computer and use it in GitHub Desktop.
Save amaranter/6dc41f9b8133fccde34c to your computer and use it in GitHub Desktop.
Windows Tips

Windows Tips

Table of Contents

List filename of a directory in txt file

dir /b >> fileListing.txt

test (for %%i in (*.pdf) do @echo %%~ni >> PDF_LIST.txt)

Delete node_modules

npm install - g rimraf
rimraf folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment