Tag: file

Remove Extension in Shell Scripting

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

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

This will join all lines of a file together. Sometimes I have a list of something in a file, one…