Tag: Files
Browse all articles, tutorials, and guides about Files
Posts
⌘K
Bash
2024-07-08|7 min read
How to Extract Filename and Extension in Bash
Learn multiple methods to extract filenames, extensions, and directory paths from file paths in Bash using parameter expansion and basename commands.
Kubernetes
2024-05-20|5 min read
How to Copy Files from Kubernetes Pods to Local System
Learn how to use kubectl commands to copy files from Kubernetes Pods to your local system.