#!/bin/bash # just a simple alias for the "find" command to # not have to type so much. sudo find /* -iname "*$1*" | less