1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 02:55:43 +02:00
tldr/pages.hi/common/%.md
Aiglelevant 6ef5e1702e
%: add Hindi translation (#17206)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-07-29 20:12:24 +05:30

28 lines
784 B
Markdown

# %
> काम प्रबन्ध करता है।
> अधिक जानकारी: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>।
- वर्तमान काम को आगे लाता हैं:
`%`
- पिछले काम को आगे लाता हैं:
`%-`
- काम नंबर `n` को आगे लाता हैं:
`%{{n}}`
- काम आगे लाती हैं जिसके आदेश `string` से शुरू होती हैं:
`%{{string}}`
- काम आगे लाती हैं जिसके आदेश में `string` हैं:
`%?{{string}}`
- निलंबित काम को पूर्व शुरू करता हैं:
`%{{1}} &`