OT: So How Would You Suggest a Confirmed Windows User Convert to Linux?

Hi Jeff, Jeff Liebermann Inscribed thus:

Trying to avoid comming down to one particular Distribution/Desktop because of pet hates/likes, the OP indicated he had a lessor machine which might struggle with Gnome2/KDE4.

LXFE like Ubuntu never really excited me but though lightweight its quite useable with its own character.

The window manager tends to be more background related

Very true...

--
Best Regards: 
                        Baron.
Reply to
Baron
Loading thread data ...

If there's anyone still using tape, yeah that puts the contents of a file called /home/mydir onto the tape in 1024 byte chunks and then rewinds* the tape.

If mydir is actually a directory you'd use "tar", the tape archiver instead.

*non-rewinding tape is /dev/nmt0
--
?? 100% natural 

--- news://freenews.netfront.net/ - complaints: news@netfront.net ---
Reply to
Jasen Betts

No it's much more dangerous than that!

Answer tomorrow.

--
?? 100% natural 

--- news://freenews.netfront.net/ - complaints: news@netfront.net ---
Reply to
Jasen Betts

some versions of windows (vista?) would offer hyperterminal if you ran telnet.

"7" has dropped both I think.

--
?? 100% natural 

--- news://freenews.netfront.net/ - complaints: news@netfront.net ---
Reply to
Jasen Betts

What, while everyone tries it? :)

"." is shorthand for the name of the current directory, so .* matches the entire current folder. Rather than the "all hidden files" you were gunning for. BTDT :)

--

John Devereux
Reply to
John Devereux

That would be "./*" for the current directory.

It *is* safe to try "echo .*" to get an idea of what will (would!) happen and compare it to "echo ./*" Note that the -r option to rm is "recursive" so it will reach a lot farther than echo does.

Reply to
Rich Webb

In a regex, dot matches anything. To actually match dot, you have to put in a backslash. The shell doesn't behave like that, though--e.g. 'ls .*' matches just hidden files.

Cheers

Phil Hobbs

--
Dr Philip C D Hobbs 
Principal Consultant 
ElectroOptical Innovations LLC 
Optics, Electro-optics, Photonics, Analog Electronics 

160 North State Road #203 
Briarcliff Manor NY 10510 

hobbs at electrooptical dot net 
http://electrooptical.net
Reply to
Phil Hobbs

Oh yes, it matches ".." too (the parent directory) and by extension the whole file system I imagine.

--

John Devereux
Reply to
John Devereux

Yes, including "." and ".." :)

--

John Devereux
Reply to
John Devereux

Did you try it?

'.*' will also match '.' and '..', so it will try to wipe out all that too, recursively. Of course, unless your name is Jan, it will only wipe out all your own files.

Try it with ls, you'll see.

Jeroen Belleman

Reply to
Jeroen Belleman

Not on my system, it doesn't.

[pcdh@orthodox temp]$ echo .* . .. [pcdh@orthodox temp]$ bash --version GNU bash, version 4.1.2(1)-release (x86_64-redhat-linux-gnu)

Cheers

Phil Hobbs

--
Dr Philip C D Hobbs 
Principal Consultant 
ElectroOptical Innovations LLC 
Optics, Electro-optics, Photonics, Analog Electronics 

160 North State Road #203 
Briarcliff Manor NY 10510 

hobbs at electrooptical dot net 
http://electrooptical.net
Reply to
Phil Hobbs

And of course using -rf with any wildcard is idiotic.

Cheers

Phil

--
Dr Philip C D Hobbs 
Principal Consultant 
ElectroOptical Innovations LLC 
Optics, Electro-optics, Photonics, Analog Electronics 

160 North State Road #203 
Briarcliff Manor NY 10510 

hobbs at electrooptical dot net 
http://electrooptical.net
Reply to
Phil Hobbs

Well is the ".." not the parent directory?

[...]
--

John Devereux
Reply to
John Devereux

matches

were

is

the

Only in a few cases, it is normally "../".

Reply to
josephkk

I did warn them.

It also matches ".." so if you have permission it removes the all the content of the parent directory leaving only the now empty current directory.

--
?? 100% natural 

--- news://freenews.netfront.net/ - complaints: news@netfront.net ---
Reply to
Jasen Betts

Yes, nice one. I indeed would not have expected that.

This could in fact arise in real life, for example a project folder with a .git repository that you want to "start again", deleting .git/ and keeping just the live project files. I *might* just be tempted to do rm

-rf .*, saving two characters of typing compared to rm -rf .git. Especially if there were other dotfiles there that I did not want.

--

John Devereux
Reply to
John Devereux

often

other

blows

work

It worked that way for me back when i used it. Gad, was that win98 days?

?-)

Reply to
josephkk

...

Ok. I wasn't able to install freecad either on Ubuntu 10.04; however, I was able to get it to work on Linux Mint 14, which I had installed on a USB drive.

Hey, if they've fixed the dvdauthor bug in Mint 14, I just might switch.

Volume control is still linear however, not logarithmic. (sigh)

Michael

Reply to
mrdarrett

...

able to get it to work on Linux Mint 14, which I had installed on a USB drive.

dvdauthor still wasn't working out-of-the-box in Mint 14, but I Googled a bit, found a solution, and it works now!

formatting link

Mint 14, here I come!

Michael

Reply to
mrdarrett

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.