administration

mv command with progress

2018/03/19

When moving large files/directories, I would like to see the progress. Idea for this is to use rsync with progress and remove source files. But that option does not remove the empty directories left …

Scripts to create logins from bash command – for creating multiple accounts

2010/06/09

Heres the script: […] cat «EOF > login.sh for i in `cat logins` ; do login=`echo ”$i”|awk -F”:” '{print $2}’`; …

Kill processes that have been running for more than a week

2010/02/04

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category <span style="font-size: x-large;"><a …


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