Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 29
    Minor suggested change: mkdir -p /target/dir && tar -C $_ Commented Jan 13, 2017 at 22:41
  • 6
    @MarkMelville describe to us what $_ supposed to de here Commented Apr 22, 2019 at 20:13
  • 15
    @Suhayb $_ is a special parameter in Bash that expands to the last argument to the previous command. Commented May 28, 2019 at 4:09
  • 2
    Why assume BASH? Commented May 8, 2023 at 10:53