Fedora :: Wildcard 'touch' Command?
May 8, 2011
I have some mp3 files with the wrong date stamp on them. I need to change the month value to May, and the Day needs to be changed from 6 to 4. For some reason my mp3 recorder messed the datestamps up. The time part is fine. I have changed the first three files to the correct MMDD parts, using the following touch command:
Code:
[root@karsites 04-may]# touch -t 05040253 REC066.MP3
[root@karsites 04-may]# ls -l REC066*
[code]....
View 4 Replies
ADVERTISEMENT
Mar 31, 2011
Can I dereference a wildcard in a command?For example if I want to create a file with the md5 hashes of compressed versions of files in a directory...gzip -rc ./source/* | md5sum -b - >> hash.txtThis above command gives me a file with one hash for the filename *I would like to get a file with the hashes and filenames for every file gzip compresses.
View 1 Replies
View Related
Dec 8, 2009
I need a command to search for any file in a directory like so:
/home/*/upload/* and then change permissions any file in that directory.
Find doesn't seem to match what I need.
View 12 Replies
View Related
May 8, 2010
I occurred a really weired problem, which is touch : command not found.I was going to create a blank file, so I type the touch command which didn't work.I'm running centOS 5.
BTW: the vi command also not found.
View 3 Replies
View Related
Jun 12, 2010
I'm a day-1 Ubuntu user with a question about getting multi-touch scrolling enabled on my laptop automatically each time 10.04 loads. I'm very green when it comes to all-things-Linux. Basically, I'm just searching for help, following step-by-step guides, and copying-and-pasting commands. I found the following website that helped me create a little script to enable multi-touch control:[URL]...
But I can't figure out the last step: "All you need to do to have this run at startup [instead of typing ./2fsrl in terminal manually each time] is add it to you startup programs." I tried creating a file path to the 2fsrl file in Preferences -> Startup Applications program, but upon re-starting the laptop, the multi-touch isn't enabled anymore. I'm sure I'm missing something simple. Can anyone advise? (Keep in mind my beginner's status!)
View 9 Replies
View Related
May 31, 2011
I want to install tomcat so i followed the steps mentioned in below link: [URL] After going through the steps i checked for
Code:
./startup.sh
but it showed me the error
Code:
touch: cannot touch `/usr/share/apache-tomcat-6.0.32-src/logs/catalina.out': No such file or directory
/usr/share/apache-tomcat-6.0.32-src/bin/catalina.sh: line 372: /usr/share/apache-tomcat-6.0.32-src/logs/catalina.out: No such file or directory
when i went through my "/usr/share/apache-tomcat-6.0.32-src/" there was no "logs" folder so i tried
Code:
find / -name catalina.out
but it returned nothing.BTW i have installed "apache-tomcat-6.0.32-src", "java-1.6.0". Please if any one could look into the problem and provide me the solution to error mentioned above and why there is no "logs" directory in "/usr/share/apache-tomcat-6.0.32-src/".
View 5 Replies
View Related
Jul 8, 2010
I would like to use as much FOSS as possible, particularly with touch screen computers. Is it possible to run Ubuntu with touch and/or multi touch capabilities? If so, will an HP Touch Smart computer run Ubuntu? I would very much like to purchase said machine via Linux Foundation discounts if this is the case.
View 2 Replies
View Related
Sep 12, 2011
passing a wild card array to cp, I know it can be done but cant figure it out, ive got 3 files all start with the word somefile but have 3 different extensions
somefile.conf
somefile.dat
somefile.py
there in a folder with a bunch of other files and I just want to copy them to a different location. I remember is being something like cp somefile.[py conf dat] /somewhere but this isn't working Ive searched the net and can't find it with the keywords i'm using.
View 1 Replies
View Related
Sep 11, 2010
I have some programs compiled into /opt/programname, and I would like to be able to execute them without typing the full path; I've tried with PATH=$PATH:/opt/*/bin, but with no luck;
View 4 Replies
View Related
Aug 5, 2011
I would like help with modifying the following content:
toolbox/perl/man/man3/ExtUtils::Command.3::Command.3 differ
toolbox/perl/man/man3/ExtUtils::Command::MM.3::Command::MM.3 differ
I would like the content to be changed to:
toolbox/perl/man/man3/ExtUtils::Command.3
toolbox/perl/man/man3/ExtUtils::Command::MM.3
I was not sure how to tell sed what to look for? I tried the following but it did not work. sed -i 's/::* differ//g' mandiff.log
View 3 Replies
View Related
Dec 15, 2009
if I've missed this in the doc's, but I don't see the ability to "wildcard" blacklist for packages to _not_ be changed out via the slackpkg program.More specifically, I tagged all my packages like this:
mozilla-firefox-3.6b4-i486-1_OLDFOGIE.tgz
note the "OLDFOGIE" in my package name? So can something such as:
Quote:
*OLDFOGIE*
be put into slackpkg blacklist file?
View 5 Replies
View Related
Jul 17, 2010
Out of the box, Bash in 10.04 is configured such that it won't expand/complete parameters when there's a single match for a parameter with a leading wildcard. For example, if I have the following files in a directory:
Code:
ABC.bin
DEF.bin
GHI.bin
...and I type cp *E*, I expect to be able to press TAB and have Bash expand *E* to DEF.bin, since that's the only file in the directory with a capital E in its name.
(Note: if I actually submit the command with the wildcards in place, the correct file will be used then, but I don't get to see it beforehand.) I imagine there's something in /etc/bash_completion that's preventing this from working properly. Does anyone know what it is?
View 1 Replies
View Related
Apr 28, 2009
I'm using Apache 2.2 to host multiple subdomains using a single SSL certificate (a wildcard certificate e.g. *.mydomain.com) and, yes, it works! Everything seems to be served correctly and the browsers are pretty happy.
And you can also have the non-SSL sites (virtual hosts on port 80) on the same IP. (That's covered elsewhere)
For those that want similar functionality here's my discovery...
My configuration is like this:
ssl.conf:
Code:
I would have to say that I don't believe that this will work if you are not using a wildcard SSL certificate and having anything other than subdomains under that wildcard.
It is somewhat limited in scenario where this is useful, but for a set of company websites that should be under SSL, this can be tremedously useful when you have a single IP.
View 2 Replies
View Related
Dec 21, 2010
Here's my current regular expression(used in sed):sed 's///!Start.*//!End//g' in > outThe only problem being that the wildcard . does not work across multiple lines,
View 1 Replies
View Related
Feb 11, 2011
I have 2 massive duplicate dirs of the same format as below:
dir1
subdir1
file1
subdir2
file1
subdir3
file1
...
Dir2 is the same, but it has some newer files of the same name. I want to copy all file1's from Dir2 to the same name and folders in dir1. So basically something like:
cp -pr bkpDir1/*/*-big.gif Dir2/*/*-big.gif
This works for singular cases:
cp -pr bkpDir1/uniquesubdir/*-big.gif Dir2/uniquesubdir/*-big.gif
But not for wildcards:
cp -pr bkpDir1/subdir*/*-big.gif Dir2/subdir*/*-big.gif
Anyway the aim is to do the first cp above, I have tried a few options using find. In trying to show an example stumbled upon a way that worked, while in dir2:
find */*-big.gif | xargs -i cp -rp {} ../dir1/{}
Sure there are better ways also...
View 1 Replies
View Related
Sep 1, 2010
I have had a wonderful Wacom Bamboo Pen and Touch tablet, and so far it has only worked on my Windows partition.
This being a fairly new tablet model I'm not too surprised that it doesn't work out of the box on Fedora 13. Though several hours of Google last night tells me people have managed to force it into working using some xorg customization and fairy dust work on wacom.ko.
From here directions get vague (usually found amid bug reports -- this one specifically [url] at least one specific problem is the the tablet does not pick up wacom as its driver. In fact it doesn't see anything at all as its driver.
more /proc/bus/usb/devices produces:
Code:
I just don't want to kill my xorg.conf any more with edits it doesn't like.
View 14 Replies
View Related
Aug 23, 2010
how can i touch a file in d partition i need to copy all my files in the home directory to d partion
View 3 Replies
View Related
May 26, 2010
Running Fedora 13 x64 and I have an ipod touch 3rd gen plugged in via usb. Fedora does not mount or see it at all. I have gtkpod, ifuse, ipod-sharp, libgpod.. nothing seems to find it. Is there something I should be doing?
View 2 Replies
View Related
Jan 15, 2011
How do you import photos to your ipod touch?
View 7 Replies
View Related
Jan 24, 2011
completely new to fedora but a long time ubuntu user. I never got my wacom bamboo touch to work correctly in ubuntu and I was wondering since I'm already installing Fedora 12 on my 15" PowerBook G4 why not give it a whirl.
View 3 Replies
View Related
Jan 26, 2010
Is this a known bug in Fedora 12.
Software:
* Fedora 12
* Linux Live USB Creator version 2.2 and 2.3.
[code]...
View 2 Replies
View Related
Feb 24, 2010
It is not detected, not even as a file tree (let alone the stupid outlook stuff that doe not get me my addresses).
is there out there some program to connect this phone?
View 7 Replies
View Related
Dec 11, 2010
I am using Dell latitude e6410, fedora 14 64 bit.
i want to install multi touch touchpad, for now its not working...
View 1 Replies
View Related
Dec 21, 2010
I have tried all the methods that are out there but nothing works. Under Fedora 12, it is seen by VBox
[code]...
Running ITunes under Vbox sees the IPOD but I can't do anything, it will not copy music over, matter of fact I can't build any libraries in ITunes. I've installed "iFuse" on both my Fedora and Ubuntu systems, no go with that direction. Under Ubuntu it is seen but I can't do anything with it.
View 12 Replies
View Related
Feb 10, 2010
I have a requirement of using a wildcard certificate for 5 subdomains running under apache httpd server and 1 subdomain under tomcat.Is there any possibility of using the single wildcard certificate both in tomcat and apache
View 3 Replies
View Related
Sep 13, 2009
I have installed fedora 11, now i want to install touch driver for my dell 15 laptop. when i m moving cursur its moving but when i m clcking on touch pad to open anything its not opening, to open i have 2 select any file then i have to click touchpad keys.
View 2 Replies
View Related
May 29, 2010
i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?
View 5 Replies
View Related
May 17, 2010
I searched around and it seems like other people are having similar issues with multi-touch on Lucid, although my specific problem hasn't been brought up. I have an Eee PC 900A that I upgraded from 8.10 to 10.04. In 8.10, two-finger tapping was processed as a middle click, and two finger scrolling worked perfectly with the other functions.
After upgrading to 10.04, a two-finger tap is now the same as a right click, and middle click is three-finger tap. There does not seem to be any place in the touchpad settings to adjust this.
What's more, if I enable two-finger scrolling in the touchpad settings, the two-finger tapping suddenly stops working. If is change scrolling to edge or disabled, the multi-finger tap functionality comes back again. Has anyone else had this problem? Is there a solution?
View 2 Replies
View Related
Jul 10, 2010
how can i disable touchpad while running ubuntu 10.04. Asus support only create the driver for Window, i cannot find the equivalent driver for Linux.
View 2 Replies
View Related
Nov 12, 2010
I've been trying desperately to try to sync my iPod to play songs from it and to add songs to it. I've tried Rhythmbox, Amarok, and iTunes through Wine, but none of them will even acknowledge that a device has been connected. When I connect my iPod while in Rhythmbox, a device called "Unknown Device" pops up for just a second, then disappears. This computer is running only Ubuntu now so I'm pretty desperate to find a way to be able to sync my iPod.
View 8 Replies
View Related