Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

dir command windows

dir *.txt *.doc		# filter by extension (both doc and txt)
dir	/a:-d			# files only (no subfolders)
dir /s				# current directory and subfolders content
dir /s /a:-d		# files only (including subfolders)
dir > myfile.txt	# stored in myfile.txt (dir /s > myfile.txt with subfolders)
dir /o:[sortorder] 	# example:  dir /o:-s    (sort by decreasing size)
  N : By name (alphabetic).
  S : By size (smallest first).
  E : By extension (alphabetic).
  D : By date/time (oldest first).
  - : Prefix to reverse order.
Comment

PREVIOUS NEXT
Code Example
Shell :: move multiple files cmd 
Shell :: create github repository from git bash 
Shell :: To add repo from github in linux 
Shell :: linux install software 
Shell :: git commands cheat sheet 
Shell :: heroku docker 
Shell :: how to change your bash setup 
Shell :: linux find and rename files with text 
Shell :: make atom default editor in git 
Shell :: sed replace into new file 
Shell :: git how to track files 
Shell :: how add ssh 
Shell :: merging a branch to master 
Shell :: blue ocean jenkins 
Shell :: with which command make file and directory in linux 
Shell :: how to uninstall a package in react 
Shell :: poetry create requirements.txt python 
Shell :: how to see if you have lfs installed ubuntu 
Shell :: play vlc as root kali 
Shell :: Overwrite Line Batch 
Shell :: cope file linux 
Shell :: lxc bash script source 
Shell :: check if string in file 
Shell :: linux convert to md5 
Shell :: Linux waitptid function 
Shell :: git rebase which is local and remote 
Shell :: get free size 
Shell :: ubuntu burg install 
Shell :: enable fish shell in alacrtity teminal 
Shell :: installation testing 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =