Sponsored Content
Full Discussion: Removing invisible files
Top Forums UNIX for Dummies Questions & Answers Removing invisible files Post 302412356 by Artur Zaworski on Monday 12th of April 2010 10:14:04 AM
Old 04-12-2010
find /<your>/<path> -type f -name .\_\* -exec rm -f {} \;

Be careful with path you are using.

Enjoy!

Regards,
-Artur.

Last edited by Artur Zaworski; 04-12-2010 at 12:17 PM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Identifying invisible characters in Unix file

I have a file, which when you look at it, appears as if it has spaces.... But sometimes, it is has tab or Nulls or some other character which we are not able to see..... How to find what character exactly it is in the file, where ever we are seeing a space... (Iam in solaris)... (1 Reply)
Discussion started by: thanuman
1 Replies

2. UNIX for Advanced & Expert Users

Invisible login

Hello! My 1st post here, and I am not so sure if it belongs to the "Andvanced" category! I have searched very much to find a way to login to a system in such a way, that others will not be able to "see" me, with the "who" command! So, is there anybody here to help me with this? :rolleyes: ... (1 Reply)
Discussion started by: SmileKilled
1 Replies

3. Shell Programming and Scripting

Problem with alias and invisible text

okay how do i make an alias that has a space in it? for most of my other ones i've simply done within my ~/.bash_profile alias `ls`='ls -laF' but with alias `sudo su`='sh hello.sh' I'm unable to make it work in addition i was wondering how i could allow the user to type in... (1 Reply)
Discussion started by: cleansing_flame
1 Replies

4. UNIX for Advanced & Expert Users

Directory is invisible in listing but it is exist.

Hi ALL. Can anyone could help me. Have you had a chance to experienced that when you list (ls) a directory from ordinary execution of command, you couldn't see the directory. However, when you list it from the directory filename itself or even changing to directory (cd), it will show to you... (9 Replies)
Discussion started by: BCJapan
9 Replies

5. Virtualization and Cloud Computing

Invisible/Transparent Background in VM

Hello, If you switch to "seamless mode" in virtualbox, you can see the taskbar of the OS on your screen , like having a transparent background on your VM. My question: is there a possibility to do the same in VMware's Workstation (7) ? I know and use the "Unity" mode in Workstation/Player, but... (0 Replies)
Discussion started by: al0x
0 Replies

6. Shell Programming and Scripting

Handling Invisible character in a file

Hi Experts, When i am trying to read a csv file ,i could find some invisible character in it. I tried to see those characters by following code od -c filename It is displaying 240 for those invisible character. can some one elobrate on this and provide solution remove those character from... (4 Replies)
Discussion started by: cnraja
4 Replies

7. Shell Programming and Scripting

To make password/input text invisible?

All, My script is ----------- #cat pass.sh password=123 echo -n "Enter pass:" read pass if ; then echo "Correct password" else echo "Wrong password" fi When i run this script, text(password) which i'm entering is visible in screen... (4 Replies)
Discussion started by: thomasraj87
4 Replies

8. UNIX for Beginners Questions & Answers

Find and removing the old files and zipping the files using shell script

Hi, I am trying to removing the old files which were older than 10 days and same g zipping the files using the shell script. script was return as follows. find /jboss7_homes/JBOSS7/SKYLIV??/SKYLIV??_CRM/jboss-eap-7.0/standalone/log -mtime +10 -type f | xargs rm -f find /cer_skyliv??/log... (6 Replies)
Discussion started by: venkat918
6 Replies

9. UNIX for Advanced & Expert Users

To remove any invisible and special characters from the file(exclude @#!$*)

Hi Guys, My requirement is to remove any invisible and special characters from the file like control M(carriage return) and alt numerics and it should not replace @#!$% abc|xyz|acd¥£ó adc|123| 12áí Please help on this. Thanks Rakesh (1 Reply)
Discussion started by: rakeshp
1 Replies
ANALYZER(1)						       analyzer User Manual						       ANALYZER(1)

NAME
analyzer - program to analyze the music file(s) and put the data into IMMS database SYNOPSIS
analyzer filename [filename] [...] DESCRIPTION
This manual page documents briefly the analyzer command. This manual page was written for the Debian distribution because the original program does not have a manual page. analyzer is a second most important piece of imms suite. It takes the list of filenames with songs (currently only mp3 and ogg formats are supported), makes acoustic analysis of them and put gethered data to the database. Analysis is rather slow - it has to decode the entire file - so it will take a while, but analyzer is smart enough to skip files that have already been analyzed. analyzer is running automatically by imms plugin, but you can also run it manually to analyze your whole music collection at once to benefit from acoustic correlations immediately. You can run the analysis your whole archive using following command: find /mnt/mp3 -type f -exec analyzer {} ; For more sofisticated examples please see Tips and Tricks section of upstream homepage: http://imms.luminal.org/. FILES
Program stores it's data in $HOME/.imms/ directory. For more detailed documentation please see upstream homepage: http://imms.luminal.org/. SEE ALSO
immsd(1), immstool(1) AUTHOR
Artur Czechowski <arturcz@hell.pl> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2009 Artur R. Czechowski This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. analyzer 03/18/2012 ANALYZER(1)
All times are GMT -4. The time now is 04:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy