'Bash' Tag

  • Monitoring Large File Copies with Bash and Awk

    May 24, 2011

    I recently came across a server that did not have iostat available and I needed estimate when a certain file copy would complete. In order to make a rough estimate I wrote the following one-liner to summarize the available space in the current working directory, wait a minute and then sum again, subtracting the smaller [...]