Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: rm

11 Jul

Remove a Folder from Git

Remove a given folder from a Git repository…


git rm -r cache/
admin Posted in Code, Command Line command, folder, git, reculsive, remove, rm 3 Comments
08 Mar

Delete Multiple Folders

Remove two directories and their contents recursively


rm -rf dir1 dir2
admin Posted in Command Line, Linux command, dir, directory, folder, Linux, rm Leave a comment
07 Mar

Remove a Directory Recursively

Remove a directory called ‘dir’ and contents recursively


rm -rf dir
admin Posted in Command Line, Linux command, dir, directory, folder, Linux, rm Leave a comment
22 Oct

Some File Operation in SVN

Moving, Coping and Deletion


svn mv file.php to_folder/        #Move
svn cp file.php to_folder/         #Copy
svn rm file.php                          #Deletion
admin Posted in Code, Command Line copy, cp, deletion, file, move, mv, rm, svn Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑