Skip to main content

Questions tagged [sorting]

Sorting is any process of arranging items according to a certain sequence or into different sets.

3 votes
1 answer
126 views

Alpine email client does not sort alphabetically

How can I get the Alpine email client to correctly sort From? I am using Alpine v2.21 on Ubuntu 18.04 LTS server. When I attempt to do so for a folder by typing the '$' key and selecting 'F' for 'From'...
Lexible's user avatar
  • 484
1 vote
2 answers
566 views

How to sort folders by icons, rather by name of folder?

I created icons that are labelled with numbers, but I would like to name them not by the associated number. It creates a problem because the icons will be alphabetically sorted and in thus in disorder....
Lu Venary's user avatar
1 vote
2 answers
1k views

Powershell script Select sort output by number

The following powershell script outputs a server diskspace report. Is there a way of sorting the 'Percent' data in either desc or asc order? [Script] $computers | ForEach { $Disks = Get-WMIObject ...
Bra Tabs's user avatar
0 votes
0 answers
157 views

What order are wifi-networks displayed in windows?

When you open the wifi menu on Windows, the order of the networks seems random. What order are they meant to be in?
user15555955's user avatar
1 vote
2 answers
1k views

Correctly sort semantic version list using Excel

We use Excel to export summaries/ticket lists from our bug tracker. The column I would like to sort by is the "version" column. We use semantic versioning (https://semver.org) because of ...
siryx's user avatar
  • 25
0 votes
2 answers
25 views

Sort out whose who are still working by date

I have an Excel file with 4 columns: Name, Staff_No, Date_Joined, Date_Left. My boss wants to know those who are still working. The output should look: Name, Staff_No, Date_Joined. Any idea for the ...
hide2may's user avatar
1 vote
0 answers
384 views

Mac is not sorting by filename correctly (Not a Group By or Arrange By issue)

I've noticed a strange sorting issue on my Mac OS in Finder. I have image files with the following format: PROJ-202301-General-{random 5 char string}0{maker name}{datetime stamp}{title}.jpg I have ...
Sean P Sullivan's user avatar
0 votes
1 answer
261 views

Keep VBA code working if I run it from a button in another sheet, or replace the code with formula

I'm trying to sort the date in an excel sheet, I want to click on a button to do this, but button is not at the same sheet I assigned the macro in a button in the same sheet, it worked very well, but ...
Saher Naji's user avatar
0 votes
0 answers
224 views

Extract files in order by numbers at end of filename (windows)

I want to use a Windows .bat file to extract a number of files in a folder. I have files with numbers at the end of filename, just before the extension, and I need to extract them in order of these ...
Antóin's user avatar
0 votes
1 answer
1k views

Windows 11 File Explorer file name sort order - getting a file to the top

I'm creating an archive of a web site and within each directory (folder) I have a file called !THE_PAGE_TEXT.html which is basically a readme file for that directory's contents. I want that to appear ...
KevInSol's user avatar
  • 103
1 vote
1 answer
113 views

Making the VBA code affect a specific range of pages

I have this very simple code Sub SortByTime() ' ' SortByTime Macro ' Sort by Time ' ' Keyboard Shortcut: Ctrl+Shift+M ' Range("C4:J43").Select ActiveWindow.SmallScroll Down:=-36 ...
Saher Naji's user avatar
0 votes
1 answer
773 views

UNIX or Linux sort: only sort on the first part of an entry

I'm working on a complicated grep, something like grep -E -i "first|next" *.txt, and I get results like: logs.10.txt:2022-10-07 10:33:05.6673 | ClassName | [Info] | Inside function first(), ...
Dominique's user avatar
  • 2,283
0 votes
1 answer
1k views

Windows-11 File Sort Command to view all files within subfolders

I used to use a sort command when trying to view all files across a bunch of folders at once. It makes sorting files easier. I do know part of the command was written as not sort kind, I may even have ...
S G's user avatar
  • 3
0 votes
1 answer
649 views

How do I fix a sorting issue not related to numerical sorting in Windows File Explorer?

I'm familiar with numerical sorting where the issue is a number as a value or a string. I'm asking a different question. I'd like to sort files in a way such that the file that includes a string after ...
Mark's user avatar
  • 1
1 vote
1 answer
120 views

How can I best reorder data in mixed row/column format into a simple table?

I have (from a CVS file) data in the following format: The data is a continued list (row by row of comma separated values) where in arbitrary locations columns are inserted or removed. At these ...
BmyGuest's user avatar
  • 426

15 30 50 per page
1 2
3
4 5
49