Computer Science, asked by nehac5558, 2 months ago

writing shell scripts takes more time​

Answers

Answered by guneevsidhuz
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 biswasmonirujjaman59
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