Which command allows you to both view and create files in a Unix-like system?
Explanation
Option A: lyrix is not a standard file command. Option B: ed is a line editor but less commonly used. Option C: vi is a powerful text editor. Option D: cat can display file contents and create files by redirecting output. Option E: nano is a text editor, not primarily used for displaying files.