Search Results

Search: Posts Made By: fistikuffs
19,802
Posted By fistikuffs
Cool it was the spaces in the filename, it's...
Cool it was the spaces in the filename, it's working now once i remove the spaces with this script i got from ubuntuforums.org

#!/bin/bash

IFS='

'

j=`find $1 -printf "%d\n" | sort -u |...
19,802
Posted By fistikuffs
The system I'm using is a Qnap nas so i'm not...
The system I'm using is a Qnap nas so i'm not exactly sure of the exact os. I can also perform any command needed from an Ubuntu 10.10 server which has the folders mounted

---------- Post updated...
1,787
Posted By fistikuffs
Is X11 forwarding actually disabled or just not...
Is X11 forwarding actually disabled or just not working for you? And what os is on the client side? Is it the same os as in your home set-up?
19,802
Posted By fistikuffs
Hi thanks for the reply. That's not exactly what...
Hi thanks for the reply. That's not exactly what I'm after. I have a directory "b/" with flac, mp3 and wma files in sub folders say:
b/artist1/foo.mp3
b/artist2/foo.wma
...
19,802
Posted By fistikuffs
find mv and create directory structure
Hi there, I'm trying to pull all my flacs out of my Music collection. I can do it with following command
find b/ -name *.flac -exec mv {} flac/ \;


which works great except it moves all the flac...
5,067
Posted By fistikuffs
Thanks again mate. I've seen enough in...
Thanks again mate.



I've seen enough in the last hour to figure that this forum is great and that i can learn a lot here. Very glad I joined. Mods have their jobs to do and I'm sure Duke has...
5,067
Posted By fistikuffs
Thank you
Thanks man, a friend has just suggested something similar although he didn't pipe it to gzip which i defintely want to do. I was trying to use gzip with the tar -z switch but I wasn't happy with the...
5,067
Posted By fistikuffs
Thread wrongly closed
Hi my thread here (https://www.unix.com/unix-dummies-questions-answers/137006-tar-t-switch.html) was deemed to be a homework question and subsequently closed by a mod. I don't know how to prove that...
5,067
Posted By fistikuffs
Tar with -T switch
Howdy, I'm trying to tar a bunch of files into their own individual tar archives. In other words i have files a.txt thru z.txt and i want to create a.tar thru z.tar in the same folder. I've been...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 03:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy