Skip to content

Commit 3079165

Browse files
author
Sabbir Ahmed
authored
Merge pull request #1070 from huzaifaalmesbah/patch-3
Shell Command Update
2 parents c401d0b + 1e86d2b commit 3079165

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

data/shell.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@
110110
"definition": "পাসওয়ার্ড পরিবর্তন করা",
111111
"code": "passwd <user-name>"
112112
},
113+
{
114+
"definition": "ডিস্ক স্পেস ব্যবহার প্রদর্শন করবে",
115+
"code": "df"
116+
},
117+
{
118+
"definition": "ডিরেক্টরি স্থান ব্যবহার দেখাবে",
119+
"code": "du"
120+
},
113121
{
114122
"definition": "কনসোল পরিস্কার করা",
115123
"code": "clear"

0 commit comments

Comments
 (0)