FG
💻 Software

Hiding files of a certain extension (.pyc) from Nautilus

Fresh5 days ago
Mar 15, 20263670 views
Confidence Score0%
0%

Problem

I would like to hide every .pyc file from Nautilus. I use Ubuntu 10.04. What could I do?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Hiding files of a certain extension (.pyc) from Nautilus

Low Risk

Just need to open a bash terminal and run: ls *.py[co] >> .hidden bingo!

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment