Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: move

04 Jun

Move files from Folder 2 Levels Deep

Use this command to move files from folders two level deep to the current folder…


mv */*.* .
admin Posted in Command Line, Linux command, copy, file, filler, folder, level, Linux, move, mv 1 Comment
20 Apr

Move Subfolder Files to Current Folder

This command moves all the files in the subfolder to the current folder.


mv */* .
admin Posted in Command Line, Linux command, folder, Linux, move, mv, sub, subfolder 1 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
↑