How may i merge these two lines into one line?
chown abc:abc *.sh
chown abc:abc *.txt
Change ownership of two file extensions into one liner.
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Like this:
Or if you really want to get fancy:
| |||||||||||||||
feedback
|