Questions tagged «sort»

18
ප්‍රමාණයෙන් du ප්‍රතිදානය වර්ග කරන්නේ කෙසේද?
du -sh /dir/*ප්‍රමාණය අනුව ඔබ වර්ග කරන්නේ කෙසේද? මම එක් වෙබ් අඩවියක් කියවූ | sort -nනමුත් එය නිවැරදි යැයි කිව නොහැක. මෙන්න වැරදි උදාහරණයක්. [~]# du -sh /var/* | sort -n 0 /var/mail 1.2M /var/www 1.8M /var/tmp 1.9G /var/named 2.9M /var/run 4.1G /var/log 8.0K /var/account 8.0K /var/crash 8.0K /var/cvs 8.0K …

3
රේඛා ඇතිවීම වර්ග කිරීම සහ ගණන් කිරීම
මට Apacheලොග්ෆයිල් ඇත, access.logඑම ගොනුවේ පේළි සිදුවීම් ගණන ගණනය කරන්නේ කෙසේද? උදාහරණයක් ලෙස ප්රතිඵලයක් cut -f 7 -d ' ' | cut -d '?' -f 1 | tr '[:upper:]' '[:lower:]'කියන්නේ a.php b.php a.php c.php d.php b.php a.php මට අවශ්‍ය ප්‍රති result ලය: 3 a.php 2 b.php 1 d.php # order …
177 command-line  sort 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.