Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Easy way to delete all files with extension X

Featured Replies

Is there an easy way to delete all files with extension ".nfo" on my complete server?

So on all disks

(same for jpg files?)

 

From the bash shell

 

find /mnt/user/ -type f -name *.nfo

 

Then you can add an exec part to remove it. I havent included that cause im not sure i can recall it accurately from memory.

  • Author

From the bash shell

 

find /mnt/user/ -type f -name *.nfo

 

Then you can add an exec part to remove it. I havent included that cause im not sure i can recall it accurately from memory.

 

Lol easy way

 

Bash shell?

 

 

So telnet in with puty ?

Then put in that command

what do you mean add exec part

  • Author

anyone else?

Telnet or ssh into unraid

at the command prompt

root@Tower:~# 

 

Run this command first to see what will be deleted:

find /mnt/user -type f -name '*.nfo' | more

 

Run this command to finalize

find /mnt/user -type f -name '*.nfo' -exec rm -f -v '{}' \;

 

Warning: This will attempt to delete all .nfo files from your entire Array (the -v tells you what the files were and -f ignores any possible read-only permissions)

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.