शैल निकालें फ़ाइल

कोड उदाहरण

12
0

लिनक्स में फ़ाइलों को कैसे हटाएं

rm <file> .. rm -r <file> .. r stands for recursive 
11
0

शैल निकालें फ़ाइल

rm <file_name>
11
0

bash फ़ाइल को हटा दें

# EXAMPLE
rm YourFileName.ext

# SYNTAX
# rm [option(s)-if-any] <your-file-name-with-extension>

# +---------+------------------------------------------------------------------+
# | OPTIONS |  DESCRIPTION                                                     |
# +---------+------------------------------------------------------------------+
# |   -f    |  Force: ignore nonexistent files, never prompt                   |
# |   -i    |  Interactive: prompt before every removal                        |
# |   -I    |  Interactive: only prompt before removing more than three files  |
# |   -r    |  Recursive: remove directories and their contents recursively    |
# |   -v    |  Verbose:  explain what is being done                            |
# +---------+------------------------------------------------------------------+
7
0

delete फाइल लिनक्स टर्मिनल

rm filename
# or add -rf if you don't want to see confirm

अन्य भाषाओं में

यह पृष्ठ अन्य भाषाओं में है

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................