Sponsored Content
Full Discussion: windows howto find
Special Forums Windows & DOS: Issues & Discussions windows howto find Post 72310 by penguin-friend on Friday 20th of May 2005 05:43:31 AM
Old 05-20-2005
Quote:
Originally Posted by pressy
set DIR=c:\what\ever
dir %DIR% /s /b | find "*.mp3" /v

should work like your find

gP
That gave me exactly the contrary of what i want. i'd like to see alll files except the mp3s'...
Please note the "!" in the shell command
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Grub can't find Windows XP

grub was working beautifully on my old hard drive. I cloned my drive, and reinstalled grub. My linux partition loads fine, but when I click on Windows, grub simply sends me back to the grub prompt with no error message. On investigating, it appears that grub hasn't loaded the windows kernel. (I... (2 Replies)
Discussion started by: LeoSimon
2 Replies

2. Windows & DOS: Issues & Discussions

How to find windows user without any password

How to find windows users without any password.. (0 Replies)
Discussion started by: RPG
0 Replies

3. Windows & DOS: Issues & Discussions

how to find running databases in windows

Hi, I am working in solaris os.I would like to know how many databases are running in windows. Is there any command like ps -ef|grep pmon in wndows............... Thanks&Regards, Arul (1 Reply)
Discussion started by: arulkumar
1 Replies

4. Infrastructure Monitoring

How to find the duplex speed on Windows

Hi, In UNIX, it's very easy to find the duplex speed. But in Windows, is there a easy way to find the duplex speed? I can't go to over 100 servers to find this out, I was wondering if I run one command to do this? Please advice. (2 Replies)
Discussion started by: samnyc
2 Replies

5. Windows & DOS: Issues & Discussions

find command in windows

Dear Experts, Please tell me what is the equivalent command of find . -name "*.txt" -print which prints the all the text files in all the folders and sub folders in case of unix. in windows how can i achieve the same output in windows please inform and also find . -name "*.txt" -print|... (2 Replies)
Discussion started by: vin_pll
2 Replies

6. Shell Programming and Scripting

Howto get only filename from find command in Linux?

Hi every body! I would like to get only filename in the result of find command in Linux but I don't know howto. Tks so much for your helps. (5 Replies)
Discussion started by: nguyendu0102
5 Replies

7. AIX

Howto find the data and management IP address

Can anyone help me to find the data and management IP address on a IBM unix server without looking at the /etc/hosts file. sometimes the hosts file may not make it obvious between the data & mgmt ip addresses. thanks (5 Replies)
Discussion started by: amerjit.jhalley
5 Replies
NTFSCP(8)						      System Manager's Manual							 NTFSCP(8)

NAME
ntfscp - copy file to an NTFS volume. SYNOPSIS
ntfscp [options] device source_file destination DESCRIPTION
ntfscp will copy file to an NTFS volume. destination can be either file or directory. In case if destination is directory specified by name then source_file is copied into this directory, in case if destination is directory and specified by inode number then unnamed data attribute is created for this inode and source_file is copied into it (WARNING: it's unusual to have unnamed data streams in the directo- ries, think twice before specifying directory by inode number). OPTIONS
Below is a summary of all the options that ntfscp accepts. Nearly all options have two equivalent names. The short name is preceded by - and the long name is preceded by --. Any single letter options, that don't take an argument, can be combined into a single command, e.g. -fv is equivalent to -f -v. Long named options can be abbreviated to any unique prefix of their name. -a, --attribute NUM Write to this attribute. -i, --inode Treat destination as inode number. -N, --attr-name NAME Write to attribute with this name. -n, --no-action Use this option to make a test run before doing the real copy operation. Volume will be opened read-only and no write will be done. -f, --force This will override some sensible defaults, such as not working with a mounted volume. Use this option with caution. -h, --help Show a list of options with a brief description of each one. -q, --quiet Suppress some debug/warning/error messages. -V, --version Show the version number, copyright and license ntfscp. -v, --verbose Display more debug/warning/error messages. DATA STREAMS
All data on NTFS is stored in streams, which can have names. A file can have more than one data streams, but exactly one must have no name. The size of a file is the size of its unnamed data stream. Usually when you don't specify stream name you are access to unnamed data stream. If you want access to named data stream you need to add ":stream_name" to the filename. For example: by opening "some.mp3:artist" you will open stream "artist" in "some.mp3". But windows usually prevent you from accessing to named data streams, so you need to use some program like FAR or utils from cygwin to access named data streams. EXAMPLES
Copy new_boot.ini from /home/user as boot.ini to the root of an /dev/hda1 NTFS volume: ntfscp /dev/hda1 /home/user/new_boot.ini boot.ini Copy myfile to C:somepathmyfile:stream (assume that /dev/hda1 letter in windows is C): ntfscp -N stream /dev/hda1 myfile /some/path BUGS
There are no known problems with ntfscp. If you find a bug please send an email describing the problem to the development team: ntfs-3g-devel@lists.sf.net AUTHORS
ntfscp was written by Yura Pakhuchiy, with contributions from Anton Altaparmakov and Hil Liao. It was ported to ntfs-3g by Erik Larsson. DEDICATION
With love to Marina Sapego. AVAILABILITY
ntfscp is part of the ntfs-3g package and is available from: http://www.tuxera.com/community/ SEE ALSO
ntfsprogs(8) ntfs-3g 2011.4.12AR.4 September 2007 NTFSCP(8)
All times are GMT -4. The time now is 01:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy