writing shell scripts takes more time
Answers
Answered by
3
Answer:To make your scripts run quickly, you should also try to make the commands that you use as efficient as possible. Avoid unnecessary cat commands, unnecessary grep commands, unnecessary pipes, etc. whenever you can.
mark me as brainlist
Answered by
0
Answer:
To make your scripts run quickly, you should also try to make the commands that you use as efficient as possible. Avoid unnecessary cat commands, unnecessary grep commands, unnecessary pipes, etc.
Hope this will help mark as brainlist
Similar questions