Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: recursive

18 Dec

Recursive Grep

Recursively check a folder to find the given text using grep


grep -R "text" *
admin Posted in Command Line, Linux folder, grep, recursive, search, text Leave a comment
01 Dec

Linux Command to List all the Files Recursively

Recursively list all files in the current folder and all the sub folders


ls -R

ls -R1
admin Posted in Command Line, Linux command, dir, list, ls, recursive, subfolder 1 Comment
29 Sep

Listing all Files Recursively in Windows

Save the list of all files in a folder in windows – recursively.


dir /s /b>FileList.txt

[tags]command, dir, directory, folder, windows, list, ls ,recursive[/tags]

admin Posted in Command Line command, dir, directory, folder, list, ls, recursive, windows 17 Comments
10 Mar

List All Files in a Folder Recursively

Save the list of all files in a folder – recursively.

find .|sed 's/\.\///;'

Another option is

ls -R -1

Kind of like the DOS command ‘dir /s‘

[tags]dir,ls,command,linux,folder,list,recursive,directory[/tags]

admin Posted in Command Line, Linux command, dir, directory, folder, Linux, list, ls, recursive 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
↑