dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Update linux.md #515

Open stevebanik opened 3 years ago

stevebanik commented 3 years ago

Privilege elevation only applies to the curl process itself, not to the parent shell, and therefore not to the redirection. It's better to do the redirection within the child shell itself, especially for an easy cut/paste.