File Managers

cksum – compare for multiple files.

2013/04/30

If you have to compare cksum for couple of files, the you know how cumbersome it is. So, I wrote a simple script, wherein you can create a file called cksums in the current directory and copy paste …

Using file partially for filenames

2012/02/12

There are some commands that take file name and there are some case where you need to give file name. But there are some cases where you want to modify the file before passing it to the command. What …

function for copy files with progress bar (using pv – pipe viewer)

2010/11/11

function for copy files with progress bar (using pv – pipe viewer) […] <td> <div class="text codecolorer"> &nbsp;cp_p() { if [ `echo "$2" | grep …

Downloading all related videos from youtube with youtube-dl

2010/05/16

How many time did you want to see all the videos (related) to the one you were watching on youtube but decided otherwise as the downloaded was not fast enough. Or has it happened to you that you …

Linux find command – Find file and directories faster and easier

2010/03/16

 This command is very powerfull when used with combination of filters and pipes and RE. I will give some example: […] find . -type f –» List all files find . -type f -exec rm {} …

prepend to a file with sponge from moreutils

2010/03/16

<a href="http://bashcurescancer.com/prepend-to-a-file-with-sponge-from-moreutils.html">A few weeks I wrote about a tool, which helps you easily prepend to a file. I submitted prepend …

Perl script to create csv files with a pattern – Generic script.

2010/01/19

I was having a really bad day and needed a quick solution to create some csv files. And this I needed to do for multiple data kinds and patterns, so I created this small script to do the job for me… …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it