Update README.md

This commit is contained in:
trinib 2022-11-22 11:34:31 -04:00 committed by GitHub
parent de12ab840f
commit b96c794dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4216,8 +4216,8 @@ Inspired by <a href="https://github.com/RehanSaeed/Bash-Cheat-Sheet">RehanSaeed/
<td class="tg-yw4l">All the arguments are seen as a single word.</td>
</tr>
<tr>
<td class="tg-yw4l">$*</td>
<td class="tg-yw4l">All the arguments that are individually double quoted and seen as a single word.</td>
<td class="tg-yw4l">!!</td>
<td class="tg-yw4l">The previous command.</td>
</tr>
<tr>
<td class="tg-yw4l">!$</td>