Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

dir in file txt

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 :: dir command windows 
Shell :: how to use scp 
Shell :: dracula theme gnome terminal 
Shell :: cat example 
Shell :: yum install redis cli 
Shell :: flask make host public 
Shell :: exit pipenv shell 
Shell :: bash script create file 
Shell :: terraform vpc 
Shell :: how to install fluter 
Shell :: curl multiple requests 
Shell :: crear usuario linux comandos 
Shell :: take a screenshot linux terminal 
Shell :: shell cd 
Shell :: ls command in terminal 
Shell :: find in terminal 
Shell :: packet tracer 2.7.1 Full Config P2P-3 Router 
Shell :: install phoenix 1.6 
Shell :: shell get all lines that are in one file and not another 
Shell :: powershell decompress zip 
Shell :: ubunut shortcut to open terminal in current folder 
Shell :: how to run back and front simultaneously linux 
Shell :: Create a bash script that asks users to change permission 
Shell :: kali linux wired connection insted of wifi 
Shell :: git branch not clean 
Shell :: no vnc download 
Shell :: bash_logout 
Shell :: who is affected by meningitis 
Shell :: close adb shell 
Shell :: manjaro gnome poweroff too long 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =