FG

How to turn off --classify option in ls command?

Fresh3 days ago
Mar 15, 20262038 views
Confidence Score0%
0%

Problem

My ls command is aliased to have certain options automatically applied, including --classify (same as -F) Normally this is fine and I don't want to screw around with my .bashrc file. Just this one time, I want to turn off --classify but don't see how even after reading the info page and some googli…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to turn off --classify option in ls command?

Low Risk

After defining an alias, it remains possible to ask bash to use the unaliased command when necessary, using one of the following syntaxes: Others tips (howto remove it, etc) about the command are available in the dedicated "alias" Wikipedia article.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment