Skip to content

Commit

Permalink
Minor corrections to the example CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Aug 9, 2024
1 parent c80307d commit 1c8e52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rm/delete_files_with_names_resembling_cli_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Thanks @larsbalker
The Perl solution is:

```perl
perl -e "unlink '-v'";
perl -e "unlink '-v'"
```

## References
Expand Down

0 comments on commit 1c8e52b

Please sign in to comment.