Search:

Type: Posts; User: bigdee973; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.20 seconds.

  1. [ubuntu] Assigning Ctrl , Alt or shift only to a button map in wacom preference

    i have a wacom tablet and im using the wacom preference to map the buttons...i can combine buttons such as shift+E or or alt+E but i dont know how to map just the shift button alone or the ctrl...
  2. [SOLVED] Re: terminal: how can i cp *.txt files folder & sub folders

    1.so 'find -type f -name "*.txt"' will look in current directory and sub directories while 'find -name "*.txt" -type f' will just look in current directory?

    2. and are you basically saying '-exec...
  3. [SOLVED] Re: how do you exclude a file from a wildcard statement

    hey can u give me a link to history expansion tutorial
  4. Replies
    14
    Views
    31,815

    [ubuntu] Re: FFMPEG .flv to .mp3 batch convert

    thank you,that was very helpful information. i learned something very interesting with parameters expansion and patterns. That link made it much clearer thank you so very much for sharing your...
  5. Replies
    3
    Views
    1,562

    [ubuntu] leave a program running after i logoff ssh

    hey sometimes i run a program that takes long. such as a zero fill or downloading a huge file via terminal thru ssh. sometimes i need to logoff...if i logoff will the command/process continue? if...
  6. Replies
    15
    Views
    14,472

    Re: no sound in zsnes

    thanks i didnt discover this. i got it from another thread i seen and decided to share. sometimes u should look at manual pages for any program...almost every program installed in linux have man...
  7. [SOLVED] Re: terminal: how can i cp *.txt files folder & sub folders

    thank you i will 'find -name "*.txt" -type f' instead hmm what is stat(2)? what does that mean and what do u mean i can use the -exec command {} + syntax to copy a set of file instead of invoking cp...
  8. Replies
    14
    Views
    31,815

    [ubuntu] Re: FFMPEG .flv to .mp3 batch convert

    thanks i see that it is indeed pruning the code. thank you i learned something new. but could u please help me out with these questions... i need to know this so i could better understand whats going...
  9. [ubuntu] how do i delete a string of words from a filename (in batches too)

    i got a bunch of files that have YOU_POOP in them. (e.g. cool_song_YOU_POOP.mp3 etc) i wanna batch delete that string.... how can i do that via terminal? Also since im at it...how do i add, iterate...
  10. Replies
    14
    Views
    31,815

    [ubuntu] Re: FFMPEG .flv to .mp3 batch convert

    im just wondering why are you putting f in 'for f in *.flv' and what the "${f%}.flv" is doing
  11. Re: Wine: Putting everything from my Windows XP CD into it

    i upgraded to banshee 2.2 when i right click all i see is properties, when i click properties i see a tab that says basic detail but i cant edit it...wont let me type nothing in. i tried pressing E...
  12. [SOLVED] Re: terminal: how can i cp *.txt files folder & sub folders

    the find option worked for me thanks. i made an error thats why it didnt work but find -type f -name "*.txt" -exec cp /home '{}' \; worked good for me thanks so much guys
  13. [SOLVED] Re: terminal: how can i cp *.txt files folder & sub folders

    the find option worked for me thanks. i made an error thats why it didnt work but find -type f -name "*.txt" -exec rm -rf '{}' \; worked good for me thanks so much guys
  14. [ubuntu] send a message from ssh client to ssh server

    when i ssh into remote computer i want to send a message to the person thats on the computer. how do i do that? also i want to open up a program for him. Note: im using an android phone to ssh into...
  15. Re: Wine: Putting everything from my Windows XP CD into it

    THANKS TWEAK, but what i really really need is the ability to easily edit artists, albums etc. itunes is very easy with this... say i have a bunch of songs that have unknown artist or songs that...
  16. [SOLVED] Re: terminal: how can i cp *.txt files folder & sub folders

    i tried removing files in the methods you used i wasnt able to do it...i need to remove text files within a folder and its sub directories please help....just the text files...not the folders...
  17. Wine: Putting everything from my Windows XP CD into it

    hey. i tried installing itunes 7 and 10 but i keep getting errors, it said it may be some dependency issues. so i just wanna install all the xp files. everything on my cd for wine to use, that way...
  18. [SOLVED] Re: how do you exclude a file from a wildcard statement

    pah!..silly me...it worked! thank you and please forgive my noobieness :P
  19. [SOLVED] Re: how do you exclude a file from a wildcard statement

    strange..i did the command but it seems it removed my files and never copied them to my desktop

    fellayaboy@fellayaboy-Dimension-4600:~/Pictures$ ls
    nathaniel.jpg ...
  20. [SOLVED] Re: terminal: how can i cp *.txt files folder & sub folders

    i dont want to delete the folders..just the files in the folder.. and i wanna copy and paste just the files not the folders...is the way u explained it the right way to do it or will it include the...
  21. [SOLVED] Re: how do you exclude a file from a wildcard statement

    nevermind it worked! i didnt capitilize a word.. how would i go about excluding 2 more files.
  22. [SOLVED] Re: how do you exclude a file from a wildcard statement

    Sorry that didnt work neither. this is what i get and it still includes the file i asked not to copy


    fellayaboy@fellayaboy-Dimension-4600:~$ cd Pictures/...
  23. [SOLVED] Re: how do you exclude a file from a wildcard statement

    i removed echo and set everything the right way according to my system however i get this error.

    find: missing argument to `-exec'
  24. [SOLVED] terminal: how can i cp *.txt files folder & sub folders

    how can i copy all txt files from a folder including the ones inside sub directories using terminal? how could i also remove txt files from a folder including its sub directories using terminal?
    ...
  25. [SOLVED] how do you exclude a file from a wildcard statement

    how do you exclude a file from being included a wildcard statement in terminal.

    for example:

    say i want to copy an paste all text files ...
    cp *.txt /home/whoever/Desktop

    except file...
Results 1 to 25 of 197
Page 1 of 8 1 2 3 4