Skip to content

Commit 6b22325

Browse files
authored
Merge pull request #46 from niyazed/patch-1
added nano editor in linux cheatsheet
2 parents 841f59e + 0cec56f commit 6b22325

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

data/linux-command-line.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@
8282
}, {
8383
"definition": "vim এডিটর দিয়ে ফাইল এডিট করা",
8484
"code": "vi YourFileName"
85+
}, {
86+
"definition": "nano এডিটর দিয়ে ফাইল এডিট করা",
87+
"code": "nano YourFileName"
8588
}, {
8689
"definition": "বর্তমান ওয়ার্কিং ডিরেক্টরি প্রিন্ট করা",
8790
"code": "pwd"

0 commit comments

Comments
 (0)