Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navin-moorthy/c53c2f2cb25ed93845306ac91e268125 to your computer and use it in GitHub Desktop.
Save navin-moorthy/c53c2f2cb25ed93845306ac91e268125 to your computer and use it in GitHub Desktop.
Shell
echo "words" | sed '/^words/,$!d'
sed '/^words/,$!d' input.txt > output.txt
# In Development
# To check unused types
pn knip --exclude dependencies,exports,nsExports,classMembers,files,unlisted,unresolved,duplicates,enumMembers | sed '/.tsx/d' | sed -E '/use([a-zA-z]+).ts/d'
# To check other params
pn knip --exclude types,nsTypes
# In Production
pn knip --production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment