Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete a file in cmd windows

del /f filename.type
Comment

delete command to delete a file in cmd

del filename
Comment

how to remove a file in command line

del filename
Comment

delete file with cmd

Note** The deleted file will not be store in the recycle bin
del /Q *filename.extension*  --This will delete only specific file in a current dir

del /Q *.txt*  --This will delete all file with .txt 

del /Q *.*  --This will delete all file, except folder 
Comment

PREVIOUS NEXT
Code Example
Shell :: check scheduler on localhost laravel 
Shell :: error: insufficient permission for adding an object to repository database .git/objects fatal: failed to write object fatal: unpack-objects failed 
Shell :: github deploy server 
Shell :: open a file in linux 
Shell :: import docker image 
Shell :: Adding more changes to your last commit 
Shell :: poetry delete environment 
Shell :: move files from local to remote ssh 
Shell :: sublime text linux 
Shell :: dockerfile copy folder to container 
Shell :: yarn install package 
Shell :: ubuntu what is my ip address 
Shell :: install vs code on ubuntu 
Shell :: install wordpress linux 
Shell :: remote: Permission to asfand005/test.git denied to asfand87. 
Shell :: export gitlog file 
Shell :: brew install cf cli 
Shell :: install WSL with Ubuntu 
Shell :: store select output hive 
Shell :: anonymous github email 
Shell :: list all the created users only 
Shell :: pyinstaller “failed to execute script” error with --noconsole option 
Shell :: vim-gnome has no installation candidate 
Shell :: create eth1 interface in ubuntu without any physical interface 
Shell :: how to compare differences between two files in linux 
Shell :: install thefuck 
Shell :: install telepresence in mac 
Shell :: bash print nth line 
Shell :: bash for tuple 
Shell :: pip install flask dockerfile 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =