pages.ta: fix outdated translations (#11491)
* pages.ta: fix outdated translations Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * ruby: fix typo in Tamil translation Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * wget: minor fix in description --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
1a7fa25051
commit
b1fb8776a0
@@ -1,37 +1,17 @@
|
||||
# powershell
|
||||
|
||||
> குறிப்பாக கணினி நிர்வாகத்திற்காக வடிவமைக்கப்பட்ட கட்டளை வரி ஷெல் மற்றும் ஸ்கிரிப்டிங் மொழி.
|
||||
> மேலும் பார்க்கவும்: `pwsh`.
|
||||
> இந்த கட்டளை PowerShell குறுக்கு-தளப் பதிப்பாக தவறாக இருக்கலாம் (முன்னர் PowerShell கோர் என அறியப்பட்டது), இது `powershell` என்பதற்குப் பதிலாக `pwsh` ஐப் பயன்படுத்துகிறது.
|
||||
> விண்டோஸில் உள்ள அசல் `powershell` கட்டளை, PowerSShell இன் மரபு விண்டோஸ் பதிப்பைப் பயன்படுத்த இன்னும் கிடைக்கிறது (பதிப்பு 5.1 மற்றும் கீழே).
|
||||
> மேலும் விவரத்திற்கு: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.
|
||||
|
||||
- ஊடாடும் ஷெல் அமர்வைத் தொடங்கவும்:
|
||||
- PowerShell இன் சமீபத்திய, குறுக்கு-தளப் பதிப்பைக் குறிப்பிடும் கட்டளைக்கான ஆவணங்களைப் பார்க்கவும் (பதிப்பு 6 மற்றும் அதற்கு மேல்):
|
||||
|
||||
`powershell`
|
||||
`tldr pwsh`
|
||||
|
||||
- தொடக்க கட்டமைப்புகளை ஏற்றாமல் ஊடாடும் ஷெல் அமர்வைத் தொடங்கவும்:
|
||||
- மரபு விண்டோஸ் PowerShell (பதிப்பு 5.1 மற்றும் கீழே) குறிப்பிடும் கட்டளைக்கான ஆவணங்களைப் பார்க்கவும்:
|
||||
|
||||
`powershell -NoProfile`
|
||||
`tldr powershell -p windows`
|
||||
|
||||
- குறிப்பிட்ட கட்டளைகளை இயக்கவும்:
|
||||
- `tldr` கட்டளை வரி கிளையண்டின் பழைய பதிப்புகளில் மரபு விண்டோஸ் PowerShell ஐக் குறிப்பிடும் கட்டளைக்கான ஆவணங்களைப் பார்க்கவும்:
|
||||
|
||||
`powershell -Command "{{echo 'பவர்ஷெல் செயல்படுத்தப்படுகிறது'}}"`
|
||||
|
||||
- ஒரு குறிப்பிட்ட ஸ்கிரிப்டை இயக்கவும்:
|
||||
|
||||
`powershell -File {{ஸ்கிரிப்ட்.ps1/பாதை}}`
|
||||
|
||||
- பவர்ஷெல்லின் குறிப்பிட்ட பதிப்பைக் கொண்டு அமர்வைத் தொடங்கவும்:
|
||||
|
||||
`powershell -Version {{பதிப்பு}}`
|
||||
|
||||
- தொடக்க கட்டளைகளை இயக்கிய பிறகு ஷெல் வெளியேறுவதைத் தடுக்கவும்:
|
||||
|
||||
`powershell -NoExit`
|
||||
|
||||
- பவர்ஷெல்லுக்கு அனுப்பப்பட்ட தரவின் வடிவமைப்பை விவரிக்கவும்:
|
||||
|
||||
`powershell -InputFormat {{Text|XML}}`
|
||||
|
||||
- பவர்ஷெல்லின் வெளியீடு எவ்வாறு வடிவமைக்கப்படுகிறது என்பதைத் தீர்மானிக்கவும்:
|
||||
|
||||
`powershell -OutputFormat {{Text|XML}}`
|
||||
`tldr powershell -o windows`
|
||||
|
Reference in New Issue
Block a user