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 - In Python concurrent.futures.as_completed Yields Tasks as Soon as They Finish 11 days ago • 1 min read Today I Learned TIL - uuid.uuid5 Generate Deterministic Identifiers 12 days ago • 1 min read Today I Learned TIL - Python's ast.literal_eval Is the Safe Alternative to eval() 18 days ago • 1 min read
Today I Learned TIL - In Python concurrent.futures.as_completed Yields Tasks as Soon as They Finish 11 days ago • 1 min read
Today I Learned TIL - Python's ast.literal_eval Is the Safe Alternative to eval() 18 days ago • 1 min read