Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> OpenVMS >> How to list files of certain size range

$ dir <filespec> /select=size=(minimum=XX,maximum=YY) where filespec is the directory to search eg.1 - To search for files with size between 1000 and 2000 blocks in a directory $ dir DKA200:[somedir]*.* /select=size=(minimum=1000,maximum=2000) eg.2 - To search for files with size between 1000 and 2000 blocks in a directory including subdirectories $ dir DKA200:[somedir...]*.* /select=size=(minimum=1000,maximum=2000)
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]