Results for "Directory"

Tags

  • To know the size of the directory in current folder. $ du -sh * #Size #Directory #List #Space #Linux #du

    Tags: Size, Directory, List, Space, Linux, du

    2505 days ago

  • du -sh * | sort | grep "G" #List size of all the directory #Size #List #Directory #Linux

    Tags: List, Size, List, Directory, Linux

    2103 days ago

  • Find matching file names with pattern in a directory. $ ls -dq *_name2search_* | wc -l #file #search #hits #pattern #names #directory

    Tags: file, search, hits, pattern, names, directory

    2241 days ago

  • #Extract all the files from a #directory and #sub-dir with #pattern. $ find TrimmedDir -type f | grep "L_" | xargs -i cp {} .

    Tags: Extract, directory, sub, pattern

    2234 days ago