Skip to content

Commit 8c12805

Browse files
author
Sabbir Ahmed
authored
Merge pull request #594 from mhasanmeet/mhasan
contribute to linex-command-line
2 parents 0d396e1 + 2bbd31e commit 8c12805

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/linux-command-line.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
"definition":"নতুন ফাইল তৈরি করা উপায় - ৩",
102102
"code":"cat> YourFileName"
103103
},
104+
{
105+
"definition":"এক কমান্ড দিয়ে অনেকগুলো ফাইল তৈরি করা",
106+
"code":"touch index.html style.css main.js"
107+
},
104108
{
105109
"definition":"ফাইল মুছে ফেলা",
106110
"code":"rm YourFileName"

0 commit comments

Comments
 (0)