Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete command to delete a file in cmd

del filename
Comment

how to remove a file in command line

del filename
Comment

remove file via command line

del filename  -- removes 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

deleting a file command

rm <fileName>
Comment

PREVIOUS NEXT
Code Example
Shell :: how to add opt/homebrew/bin to the PATH m1 macbook 
Shell :: helm cheat sheet 
Shell :: delete command in linux 
Shell :: how to put files into gitignore 
Shell :: how to copy file in ubuntu terminal 
Shell :: install mongodb 
Shell :: install packages with pip jupyter 
Shell :: force remove a hidden folder in linux 
Shell :: create pdf from images linux 
Shell :: how to open a file using terminal and exit terminal 
Shell :: nvcc not working after installing cuda 
Shell :: composer add git repository 
Shell :: brew check installed version 
Shell :: git checkout branch 
Shell :: how to install wine in ubuntu 18.04 
Shell :: bash calculate sum 
Shell :: chown command 
Shell :: how to disable browser autofill in Autocomplete mui component 
Shell :: powershell allow execution 
Shell :: loops in shell script 
Shell :: git add identity 
Shell :: install tree in centos 7 
Shell :: how to delete a folder in github 
Shell :: github how to remove changes 
Shell :: remving merged commit 
Shell :: laravel 9 
Shell :: assigning permissions to folder and files in linux 
Shell :: check gui in linux 
Shell :: bash iterate over a variable range of numbers 
Shell :: bash arrays 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =