linux - Usage of asterisk at the end of command -


i know asterisk used in regular expressions, meaning of @ end of line?

find . -type f | grep -sl 'word' * 

i know can similar results using

find . -type f | xargs grep -sl 'while' 

the asterisk * @ end used check in list of files in directory in lexicographic order.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -