parsed.org
Search:
About
Home
Tags
Submit a Tip
Log In
Tips by tag: cut
Remove a file's extension with cut
by
http://sam.mingolelli.pip.verisignlabs.com/
on Oct 10, 2008 09:03 AM
$ echo file.ext1.ext2 | cut -d"." -f1-2
cut
extension
file
sh
shell
RSS