Skip to content

Commit 16364d7

Browse files
authored
Update Linux_CheatSheet.md
1 parent aa9d4dc commit 16364d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Linux_CheatSheet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ Linux/Unix:
431431
#Special shell variable that stores the last argument from the last executed command.
432432
$_
433433
e.g:
434-
touch file.txt
434+
touch file.txt
435435
cat $_
436436
or
437437
mkdir testfolder

0 commit comments

Comments
 (0)