How can I display a list of current environment variables and also recognized regular expressions....

John Hubbard ender8282 at yahoo.com
Thu May 1 19:56:24 UTC 2008


John Toliver wrote:
> Basically if I type cp *.*(what I mean is "all files") source destination.
You can just do 'cp * destination_dir' to copy all files (This will skip 
dirs). 
If you do want to copy dirs do a 'cp -r * destination_dir'.
If you want to copy just files of a type it is just like win 'cp *.type 
destination_dir'.
If you want to copy just files starting with 'a' you do a 'cp a* 
destination_dir'.



-- 
-john

To be or not to be, that is the question
                2b || !2b
(0b10)*(0b1100010) || !(0b10)*(0b1100010)
        0b11000100 || !0b11000100
        0b11000100 || 0b00111011
               0b11111111
        255, that is the answer.






More information about the ubuntu-users mailing list