*sum: add Tamil translation (#7350)

This commit is contained in:
Arun Isaac
2021-11-06 20:42:26 +00:00
committed by GitHub
parent ce9834c29b
commit 029652c782
10 changed files with 213 additions and 0 deletions

31
pages.ta/common/shasum.md Normal file
View File

@@ -0,0 +1,31 @@
# shasum
> SHA மறையீட்டு சரிகாண்தொகைகளைக் கணி அல்லது சரிபார்.
- கோப்பின் SHA1 சரிகாண்தொகையைக் கணி:
`shasum {{கோப்பு}}`
- கோப்பின் SHA256 சரிகாண்தொகையைக் கணி:
`shasum --algorithm 256 {{கோப்பு}}`
- பலக் கோப்புகளின் SHA512 சரிகாண்தொகைகளைக் கணி:
`shasum --algorithm 512 {{கோப்பு1}} {{கோப்பு2}}`
- SHA256 சரிகாண்தொகைகளைக் கணித்துக் கோப்பில் எழுது:
`shasum --algorithm 256 {{கோப்பு1}} {{கோப்பு2}} > {{கோப்பு.sha256}}`
- சரிகாண்தொகைகளுடைய கோப்பைப் படித்து கோப்புகளைச் சரிபார்:
`shasum --check {{கோப்பு}}`
- சரிகாண்தொகைகளைச் சரிபார்த்துப் பிழையுற்ற கோப்புகளை மட்டும் காட்டு:
`shasum --check --quiet {{கோப்பு}}`
- இயல் உள்ளீட்டின் SHA1 சரிகாண்தொகையைக் கணி:
`{{கட்டளை}} | shasum`