लाइन टूल्स
टेक्स्ट लाइन्स पर ऑपरेशन करें।
Input: 1 lines
Line Sorter & Deduplicator - तकनीकी विवरण
This tool provides various operations on text lines including sorting, deduplication, reversal, shuffling, trimming, and numbering. Useful for processing lists and data.
कमांड-लाइन विकल्प
# Sort lines\nsort file.txt\n\n# Remove duplicates\nsort -u file.txt\n\n# Reverse lines\ntac file.txt\n\n# Shuffle lines\nshuf file.txt