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.

Required fields*

2
  • 1
    Why did they implement this behaviour for the percent sign? Commented Jun 7, 2022 at 0:53
  • 1
    @rubo77 Some commands can accept input from stdin, so this behaviour of % might be useful when calling such commands. I have never used it myself, but perhaps you might want to pass "y" over standard input, to answer a yes/no confirmation prompt from the command, or pass some commands to an ftp client, to initiate the transfer of a file. Commented Sep 8, 2023 at 9:32