alias, at: add Nepali translation (#7221)

This commit is contained in:
Sailesh Shrestha
2021-10-29 19:42:49 +05:45
committed by GitHub
parent 444e39bfb4
commit 1c0222ee73
2 changed files with 46 additions and 0 deletions

17
pages.ne/common/at.md Normal file
View File

@@ -0,0 +1,17 @@
# at
> पछि एक पटक आदेशहरू कार्यान्वयन गर्छ।
> वास्तविक कार्यान्वयनको लागि service atd(अथवा atrun) चलिरहेको हुनुपर्छ ।
> थप जानकारी : <https://man.archlinux.org/man/at.1>|
- standard input बाट आदेशहरू ५ मिनटमा कार्यान्वयन गर्नुहोस् (सकिएपछि `Ctrl +D` थिच्नुहोस्) :
`at now + 5 minutes`
- standard input बाट आदेश आजको बिहानको १० बजे कार्यान्वयन गर्नुहोस् :
`echo "{{./make_db_backup.sh}}" | at 1000`
- एउटा दिइएको फाइलबाट अर्को मङ्गलबार आदेशहरु कार्यान्वयन गर्नुहोस् :
`at -f {{path/to/file}} 9:30 PM Tue`