Skip to content

Commit 2ec9274

Browse files
committed
reconciling with local library
1 parent 5901f0c commit 2ec9274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section2/pos_spec_param.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ $@: To access the arguments as arrays
1111
$*: To get all positional arguments except $0
1212
$?: exit status of the last command executed by shell
1313
$$: PID of current shell
14-
$!: most recent job placed in background
14+
$!: PID of the most recent job placed in background
1515
$_: last argument passed to your prev command
1616

0 commit comments

Comments
 (0)