From 404240bcb00c9b51a09f834f62b59fef2a2f41e5 Mon Sep 17 00:00:00 2001 From: medusa Date: Fri, 1 Aug 2025 04:36:44 -0500 Subject: [PATCH] Update projects/curl.md --- projects/curl.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/curl.md b/projects/curl.md index eba4c23..f2a1860 100644 --- a/projects/curl.md +++ b/projects/curl.md @@ -81,4 +81,8 @@ The script could use system notifications or email to alert you to changes. - **Rate Limiting**: Frequent requests to these services may be rate-limited. Use responsibly. - **Dependence on External Services**: These commands depend on external websites, which might change their output format or availability. -This guide should serve as a comprehensive starting point for both basic and advanced usage of `curl` for IP and network-related tasks. Adjust and expand based on your specific requirements and environment. \ No newline at end of file +This guide should serve as a comprehensive starting point for both basic and advanced usage of `curl` for IP and network-related tasks. Adjust and expand based on your specific requirements and environment. + +```bash +curl -I "https://prod-grants-gov-chatbot.s3.amazonaws.com/extracts/GrantsDBExtract$(date +\%Y\%m\%d)v2.zip" +``` \ No newline at end of file