TIL - Accessing arguments from the last command in Shell Today I Learned • Oct 1, 2022 The last command’s last argument can be accessed with the following command -# Example for dropping and creating a PostgreSQL db. dropdb test_database createdb $_ Tags Today I Learned Mohammad Adil Recommended for you Today I Learned Different Types of Performance Testing 3 months ago • 3 min read Today I Learned TIL - React's Auto Escaping 2 years ago • 1 min read Today I Learned TIL - Tracing Syscalls using Aquasec Tracee 2 years ago • 1 min read