mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
# stocks (Bash-Snippets)
|
|
# Finds the latest information on a certain stock
|
|
|
|
# Determine the latest stock information searching by company
|
|
stocks Tesla
|
|
|
|
# Determine the latest stock information searching by stock ticker
|
|
stocks AAPL
|