TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to run copied CLI commands with a leading “$” sign

2 pointsby stefanjudisalmost 4 years ago

1 comment

okdjnfweonfealmost 4 years ago
should be the following otherwise args get splitted<p><pre><code> &quot;$@&quot;</code></pre> and should be the following because no reason to have a shell stay open after its finished doing work<p><pre><code> exec &quot;$@&quot;</code></pre>
评论 #27799778 未加载