projectdiscovery / docs

Centralized docs of ProjectDiscovery
https://docs.projectdiscovery.io
3 stars 37 forks source link

fix sed bash command syntax for linux #22

Closed tarunKoyalwar closed 8 months ago

tarunKoyalwar commented 8 months ago

Proposed Changes

If you're on a BSD-based system or macOS, you need to provide an empty string '' after the -i flag to indicate in-place editing with no backup. If you're on a GNU system (like most Linux distributions), you don't need the empty string.