I am trying to grab the sda# of a drive that was just inserted.
tail -f /var/log/messages | grep sda:
Returns: Mar 12 17:21:55 raspberrypi kernel: [ 1133.736632]  sda: sda1
I would like to grab the sda1 part of the stdout, how would I do that? 
I am trying to grab the sda# of a drive that was just inserted.
tail -f /var/log/messages | grep sda:
Returns: Mar 12 17:21:55 raspberrypi kernel: [ 1133.736632]  sda: sda1
I would like to grab the sda1 part of the stdout, how would I do that? 
