Git Rm

  • Post author:
  • Post category:Git
  • Post comments:1 Comment

In this guide, we will discuss Rm in Git. In Git, the term rm stands for remove. It is used to remove individual files or a collection of files. The…

Continue ReadingGit Rm

Groovy – File I/O

  • Post author:
  • Post category:Groovy
  • Post comments:1 Comment

Groovy provides a number of helper methods when working with I/O. Groovy provides easier classes to provide the following functionalities for files. Reading filesWriting to filesTraversing file treesReading and writing…

Continue ReadingGroovy – File I/O