Guys How can I make this work
`find /xyz/abc/music/ |grep def`
I don\'t want to store the array in any temporary variable. How can w
Do you mean to get the first line of the output?
find /xyz/abc/music/ |grep def|head 1