Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 539 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 539 Bytes

File-Command-Terminal with Node.js

This project demonstrates the use of Buffer and the fs module to create a simple command-line tool that performs various file operations. Here are some of the key features:

Key Features

  • File Reading: Reads and displays the content of a specified file.
  • File Writing: Writes new content to a specified file, overwriting existing content if any.
  • File Appending: Appends additional content to a specified file.
  • File Deleting: Deletes a specified file from the filesystem.