About 81,100 results
Open links in new tab
  1. SORT Definition & Meaning - Merriam-Webster

    The meaning of SORT is a group set up on the basis of any characteristic in common : class, kind. How to use sort in a sentence. Synonym Discussion of Sort.

  2. Linux Sort Command - Computer Hope

    Jun 1, 2025 · Linux sort command help and information with sort examples, syntax, related commands, and how to use the sort command from the command line.

  3. SORT Definition & Meaning | Dictionary.com

    As a verb, it means "organize, categorize, or resolve" like when you sort your earrings by size or your math teacher helps you sort out what went wrong on the latest test.

  4. SORT | English meaning - Cambridge Dictionary

    SORT definition: 1. a group of things that are of the same type or that share similar qualities: 2. the type of…. Learn more.

  5. Array.prototype.sort () - JavaScript | MDN - MDN Web Docs

    Jul 20, 2025 · The sort() method of Array instances sorts the elements of an array in place and returns the reference to the same array, now sorted. The default sort order is ascending, built upon …

  6. Python List sort () Method - W3Schools

    Definition and Usage The sort() method sorts the list ascending by default. You can also make a function to decide the sorting criteria (s).

  7. Sort Command in Linux [10 Useful Examples]

    Mar 30, 2024 · Sort command in Linux is used for sorting the contents of the text files. This tutorial shows you some basic examples of the sort command.

  8. std::sort - cppreference.com

    Introsort can handle all cases with O (N·log (N)) comparisons (without incurring additional overhead in the average case), and thus is usually used for implementing sort().

  9. Sort - Definition, Meaning & Synonyms | Vocabulary.com

    As a verb, it means "organize, categorize, or resolve" like when you sort your earrings by size or your math teacher helps you sort out what went wrong on the latest test.

  10. Linux sort Command Tutorial for Beginners (8 Examples) - HowtoForge

    In this tutorial, we will discuss this command using some easy-to-understand examples. But before we do that, it's worth mentioning that all examples here have been tested on Ubuntu 22.04 LTS …