file-operations
Installation
SKILL.md
File Operations Skill
Master file system operations with production-ready patterns
Learning Objectives
After completing this skill, you will be able to:
- Manage file permissions (chmod, chown)
- Search files efficiently with find and fd
- Create and extract archives (tar, zip)
- Synchronize files with rsync
- Work with symbolic and hard links
Prerequisites
- Bash basics
- Understanding of file systems
- Command line navigation