Tag: file
Remove Extension in Shell Scripting
June 27, 2007
This command will list all the files a folder without their extensions. Comes handy when doing shell scripting perl -e…
Decompiling CHM File to HTML
April 11, 2007
hh.exe -decompile <FolderName> <Chm_File_Name> Example hh.exe -decompile “E:\Backup\” E:\All Song4s.chm [tags]windows,chm,help,decompile,html,file[/tags]
Changing separator with Perl
March 7, 2007
This will join all lines of a file together. Sometimes I have a list of something in a file, one…
Recent Comments