Tag: batch

top in Batch Mode

Run top in batch mode top -b -d 10 -n 3

Shell Script for Batch Convertion of Images

An easier way to batch convert images using the ‘convert’ command… #!/bin/sh # An Easy command to use the convert…