Skip to content

Commit 1021e60

Browse files
authored
Merge pull request #656 from fahimfaisaal/patch-9
feat: add popd command
2 parents 84486eb + 4aeddbb commit 1021e60

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

data/shell.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
"definition": "ওয়ার্কিং ডিরেক্টরি পরির্তন করা",
6161
"code": "cd <directory-path>"
6262
},
63+
{
64+
"definition": "ওয়ার্কিং ডিরেক্টরি থেকে আগের ডিরেক্টরিতে যেতে",
65+
"code": "popd OR cd .."
66+
},
6367
{
6468
"definition": "ডিরেক্টরি তৈরী করা",
6569
"code": "mkdir <directory-name>"
@@ -141,4 +145,4 @@
141145
}
142146
]
143147
}
144-
148+

0 commit comments

Comments
 (0)