Delete files beginning with *


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Delete files beginning with *
# 15  
Old 04-16-2013
Hi,

Thanks so much for your time, here are my replies

Quote:
Your attempt at an ls long listing suggests that there may be more to your filenames than just a simple asterisk.
I am not so sure, what I see is just a *, *1, *2 and so forth..thats the way I created them

Quote:
Which version of the cygwin.dll are you using?
CYGWIN_NT-6.1

Quote:
You neglected to be specific regarding how the files were created. Please tell us as much about the sequence of commands that produced the filenames.
I probably missed seeing the question, these files were created by tcpdump, with basic filename being * and a value that increments and creates a new file each time the file reaches beyond a value. These were created on a unix system and then moved to another harddisk without any trouble.

Quote:
Have you tried simply deleting them using Windows' file manager (Explorer)?
Tried that, get a response saying the filename is not valid or too long.

Code:
ls | od -b
0000000 052 012 052 061 012 052 062 012
0000010

Code:
$ for f in *; do stat "$f"; done
stat: cannot stat `*': No such file or directory
stat: cannot stat `*1': No such file or directory
stat: cannot stat `*2': No such file or directory

Thanks!
# 16  
Old 04-16-2013
If you don't mind diving into the deep end, look into strace.
Code:
strace -o ../trace.txt sh -c 'rm *'

The manual page may contain information which will help to exclude irrelevant information, but I'm not familiar with the cygwin variant of this tool.

Regards,
Alister

---------- Post updated at 11:23 AM ---------- Previous update was at 11:21 AM ----------

Are these files being accessed over a network file system? What is the filesystem used by the partition on which they reside?

Regards,
Alister
# 17  
Old 04-16-2013
Thanks alister,

I just peeped at the strace file, looks complicated, will look into it for some hints.

These files are on a USB HDD with NTFS file system.
# 18  
Old 04-16-2013
With regard to the trace, often it's simpler to start at the end, near the error. But before you waste any time with that, confirm your cygwin version.

I suspect you are running an old version of the cygwin.dll which does not support that type of filename.

From their changelog:
Quote:
What's new and what changed from 1.7.1 to 1.7.2

...

Creating filenames with special DOS characters '"', '*', ':', '<', '>', '|' is supported.
"CYGWIN_NT-6.1" is not the version string. That just identifies the platform. What is the output of uname -r. If it is less than 1.7.2, then you need to update.

Regards,
Alister
# 19  
Old 04-16-2013
Aha..now we are on to something..I'm on version 1.7.11. Will try updating right away.

Thanks!
# 20  
Old 04-16-2013
11 > 2. You have a new enough version. But it may have bugs for all I know, so try updating anyway.
# 21  
Old 04-16-2013
That's right. What was I thinking Smilie will try updating anyways.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Removing characters from beginning of multiple files

Hi, I have been searching how to do this but I can't seem to find how to do it. Hopefully someone can help. I have multiplr files, 100's example 12345-zxys.213423.zyz.txt. I want to be able to take all these files and remove the first '12345-' from each of the files. '12345-' these characters... (5 Replies)
Discussion started by: israr75
5 Replies

2. Shell Programming and Scripting

Script needed to delete to the list of files in a directory based on last created & delete them

Hi My directory structure is as below. dir1, dir2, dir3 I have the list of files to be deleted in the below path as below. /staging/retain_for_2years/Cleanup/log $ ls -lrt total 0 drwxr-xr-x 2 nobody nobody 256 Mar 01 16:15 01-MAR-2015_SPDBS2 drwxr-xr-x 2 root ... (2 Replies)
Discussion started by: prasadn
2 Replies

3. Shell Programming and Scripting

Append Multiple files with file name in the beginning of line

Hi, I have multiple files having many lines like as bvelow: file Name a.txt abc def def xyz 123 5678 file Name b.txt abc def def xyz 123 5678 I would like to append files in the below format to a new file: file Name c.txt (7 Replies)
Discussion started by: rramkrishnas
7 Replies

4. Shell Programming and Scripting

Append variable texts to the beginning of each line in all files in a directory

I am writing a code to append some numbers in the beginning of each line in all the files present in a directory. The number of files are really huge. The files are numbered as 1.sco, 2.sco, 4.sco (Note: 3.sco is missing). The files currently look like this: 1.sco 2 3 5 6 6 7My task is to... (4 Replies)
Discussion started by: shoaibjameel123
4 Replies

5. UNIX for Dummies Questions & Answers

How to use wild cards to find files beginning with upper and lower case

Im trying to use wild cards to find files that start with either an upper or lower case letter e.g. list files that beginning with b or B, i also want to sort them by the time they were last modified. e.g latest file created first. At the moment i have the following code that ls -d... (3 Replies)
Discussion started by: parker4001
3 Replies

6. Shell Programming and Scripting

renaming files or adding a name in the beginning of all files in a folder

Hi All I have a folder that contains hundreds of file with a names 3.msa 4.msa 21.msa 6.msa 345.msa 456.msa 98.msa ... ... ... I need rename each of this file by adding "core_" in the begiining of each file such as core_3.msa core_4.msa core_21.msa (4 Replies)
Discussion started by: Lucky Ali
4 Replies

7. UNIX for Dummies Questions & Answers

Command to delete numbers at beginning of txt file line

Hello. I have the following issue: my txt file has the following format: train/dr4/fklc0/sx175.txt 0 80282 Severe myopia contributed to Ron's inferiority complex. train/dr4/fklc0/sx355.txt 0 42906 Dolphins are intelligent marine mammals. train/dr4/fklc0/sa2.txt awk 'NR%2==0' test1.txt >... (4 Replies)
Discussion started by: li_bi
4 Replies

8. Shell Programming and Scripting

Detect lines beginning with double-byte characters (Japanese) and delete

Greetings, I want to use a script (preferably awk) which determines if the first character in a line is double-byte (as in Japanese or Chinese) and deletes it. For example: (in the above quote, I see Japanese on my screen for two lines - with 2 characters in the first and 3 characters in the... (8 Replies)
Discussion started by: ubbeauty
8 Replies

9. Shell Programming and Scripting

delete beginning field.

I want to script out deleting the first field of a file when it is created. I'm looking to store the output of an ls -l commad to a file but leaving off the permissions so when the file is opened I see something like; 2 bin bin 256 Feb 6 2005 mnt 5 root system 256... (2 Replies)
Discussion started by: daveisme
2 Replies

10. Shell Programming and Scripting

delete lines from file2 beginning w/file1

I've been searching around here and other places, but can't put this together... I've got a unique list of words in file 1 (one word on each line). I need to delete each line in file2 that begins with the word in file1. I started this way, but want to know how to use file1 words instead... (13 Replies)
Discussion started by: michieka
13 Replies
Login or Register to Ask a Question