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 TIL - Tracing Syscalls using Aquasec Tracee a year ago • 1 min read security TIL - Securing Virtual Private Servers with Tailscale 2 years ago • 3 min read Today I Learned TIL - React's Auto Escaping 10 months ago • 1 min read