Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ls -alt no longer works at command line #2176

Open
flintiii opened this issue Jan 31, 2025 · 1 comment
Open

ls -alt no longer works at command line #2176

flintiii opened this issue Jan 31, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@flintiii
Copy link

Describe the bug

NAME="Bluefin"
VERSION="gts-40.20250126 (Silverblue)"

in bash

❯ ls -alt
eza: Flag -t needs a value (choices: modified, changed, accessed, created)
To sort newest files last, try "--sort newest", or just "-snew"

~ took 4s

What did you expect to happen?

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=20.1
DISTRIB_CODENAME=ulyssa
DISTRIB_DESCRIPTION="Linux Mint 20.1 Ulyssa"

in bash...

:/test$ ls -alt
total 8
drwxrwxr-x 2 flint flint 4096 Jan 31 14:41 .
drwxr-xr-x 67 flint flint 4096 Jan 31 14:41 ..
:
/test$

Output of bootc status

❯ sudo bootc status
[sudo] password for flint: 
No staged image present
Current booted state is native ostree
Current rollback state is native ostree

Output of groups

❯ groups
flint wheel docker lxd incus-admin libvirt dialup

Extra information or context

I would like to write "Bluefin Ports and Pritocols"

@dosubot dosubot bot added the bug Something isn't working label Jan 31, 2025
@m2Giles
Copy link
Member

m2Giles commented Jan 31, 2025

You have enabled bluefin-cli which aliases eza to ls.

Eza has most of the flags as the built-in ls, but there are some differences. Follow the error message to sort by time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants