Created
December 23, 2021 20:54
-
-
Save sankalpshekhar/d6ee9e6ebf7449c60ee55c501c6fbe49 to your computer and use it in GitHub Desktop.
List filename by Year filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ls -ltr catalog_product_*.csv | awk '$8 == "2019" {print $9}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment