windows/* : add Tamil translation (#9086)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Rohith ND
2022-10-17 08:12:38 +05:30
committed by GitHub
parent abfd806c50
commit 853a466e23
31 changed files with 730 additions and 0 deletions

20
pages.ta/windows/clip.md Normal file
View File

@@ -0,0 +1,20 @@
# clip
> உள்ளீட்டு உள்ளடக்கத்தை விண்டோஸ் கிளிப்போர்டுக்கு நகலெடுக்கவும்.
> மேலும் விவரத்திற்கு: <https://learn.microsoft.com/windows-server/administration/windows-commands/clip>.
- விண்டோஸ் கிளிப்போர்டுக்கு குழாய் கட்டளை வரி வெளியீடு:
`{{dir}} | clip`
- ஒரு கோப்பின் உள்ளடக்கங்களை விண்டோஸ் கிளிப்போர்டுக்கு நகலெடுக்கவும்:
`clip < {{பாதை/டு/கோப்பு.ext}}`
- விண்டோஸ் கிளிப்போர்டுக்கு புதிய வரியுடன் உரையை நகலெடுக்கவும்:
`echo {{ஏதாவது உரை}} | clip`
- விண்டோஸ் கிளிப்போர்டுக்கு புதிய வரி இல்லாமல் உரையை நகலெடுக்கவும்:
`echo | set /p="ஏதாவது உரை" | clip`