17 lines
464 B
Markdown
17 lines
464 B
Markdown
|
|
# ,
|
||
|
|
|
||
|
|
> कमांड्स को बिना इंस्टॉल किए चलाएं।
|
||
|
|
> अधिक जानकारी: <https://github.com/nix-community/comma>।
|
||
|
|
|
||
|
|
- एक कमांड चलाएं:
|
||
|
|
|
||
|
|
`, {{command -with -flags}}`
|
||
|
|
|
||
|
|
- एक चाइल्ड शेल (child shell) में कमांड जोड़ें:
|
||
|
|
|
||
|
|
`, {{[-s|--shell]}} {{command}}`
|
||
|
|
|
||
|
|
- कैश (cache) साफ़ करें:
|
||
|
|
|
||
|
|
`, {{[-e|--empty-cache]}}`
|