We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c401d0b + 1e86d2b commit 3079165Copy full SHA for 3079165
1 file changed
data/shell.json
@@ -110,6 +110,14 @@
110
"definition": "পাসওয়ার্ড পরিবর্তন করা",
111
"code": "passwd <user-name>"
112
},
113
+ {
114
+ "definition": "ডিস্ক স্পেস ব্যবহার প্রদর্শন করবে",
115
+ "code": "df"
116
+ },
117
118
+ "definition": "ডিরেক্টরি স্থান ব্যবহার দেখাবে",
119
+ "code": "du"
120
121
{
122
"definition": "কনসোল পরিস্কার করা",
123
"code": "clear"
0 commit comments