Skip to content

Instantly share code, notes, and snippets.

@skuro
Created February 18, 2010 12:10
Show Gist options
  • Save skuro/307602 to your computer and use it in GitHub Desktop.
Save skuro/307602 to your computer and use it in GitHub Desktop.
#
# Debian useful commands
#----
# look for eventually installed packages that provide filename.ext
dpkg -D filename.ext
#
# Various stuff
#----
# DOS -> Unix line endings
cat filename-crlf.txt | tr -d '\015' > filename.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment