Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.os.linux.misc > #81276
| From | Jason H <jason_hindle@yahoo.com> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: “7 deprecated Linux commands you need to stop using - and what to use instead” |
| Date | 2026-01-18 21:48 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <10kjkfb$3qa04$1@dont-email.me> (permalink) |
| References | <10k93b3$9rp0$1@dont-email.me> |
On 14/01/2026 21:54, Lawrence DOliveiro wrote: >Jack Wallen’s list ><https://www.zdnet.com/article/linux-commands-deprecated-why-do-not-use/> >of commands you shouldn’t be using any more, and what to use instead, >is a mixed bag. > >ifconfig/iwconfig vs ip/iw -- the latter newer ones (part of the Linux >“iproute2” suite) offer greater access to all the features of the >Linux network stack than the former, older ones, and so are preferable >in lots of ways. It is already possible to find setups which don’t >have the old commands installed by default; I’m not sure if any >distros have actually dropped the option for installing them >altogether, but no doubt that will happen at some point. > >scp -- wrong. rsync, scp and sftp are all different ways of >transferring files securely over SSH. scp did use to use its own >protocol at one point, but it has been upgraded to use the same >underlying protocol as sftp, so it’s perfectly fine to continue using >the same command, if that’s what you’re used to. There is no sign that >the scp command itself is going to be deprecated at any point, though >no doubt the option to fall back to the old protocol for >compatibility’s sake is likely to be removed eventually. > >egrep/fgrep -- it has been true for decades (possibly has always been >true for the GNU utilities?) that egrep and fgrep are just synonyms >for “grep -E” and “grep -F” respectively. And it is true that the >alternative names are finally being deprecated after all these years, >so it behooves you to learn to use the “grep” command for all forms. > >netstat vs ss -- yes, another case of the newer iproute2-based command >taking over from the older, traditional command, and offering more >features besides. Same remarks as above apply. > >route vs ip route -- iproute2 again. > >arp vs ip neighbour/neighbor -- more iproute2. I discovered ifconfig was depreciated when I asked Google Gemini how I could get it back... Anyway, I prefer the ip command - few less characters to type. -- -- A PICKER OF UNCONSIDERED TRIFLES
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
“7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-14 21:54 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” c186282 <c186282@nnada.net> - 2026-01-14 17:07 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-15 08:38 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-15 12:25 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-15 21:10 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-16 13:47 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-15 07:15 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-15 18:47 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-16 11:04 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-16 13:48 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-16 18:37 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 22:37 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 10:04 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-17 14:28 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 15:06 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-17 22:59 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-18 11:13 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-18 12:47 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-18 21:09 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Stéphane CARPENTIER <sc@fiat-linux.fr> - 2026-01-18 21:15 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-18 23:12 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-18 19:52 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 00:43 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-19 09:54 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-19 11:15 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-19 14:21 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:51 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-19 22:48 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” John Ames <commodorejohn@gmail.com> - 2026-01-19 08:33 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:52 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” John Ames <commodorejohn@gmail.com> - 2026-01-19 13:00 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:45 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 10:46 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-20 12:03 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 14:34 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-20 13:40 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 16:14 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-20 20:51 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 11:19 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 13:50 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 14:37 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 20:55 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-20 08:41 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-20 19:01 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 20:59 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-20 12:58 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” jayjwa <jayjwa@atr2.ath.cx.invalid> - 2026-01-19 13:10 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 10:02 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-16 18:23 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-16 07:43 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-16 14:51 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-16 18:13 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-14 23:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-15 03:14 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” c186282 <c186282@nnada.net> - 2026-01-15 00:27 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-15 18:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-15 21:04 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 13:39 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-16 21:07 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 22:28 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-16 21:33 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-17 10:39 +1000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-17 10:53 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-19 12:15 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-19 14:24 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-19 15:50 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” John Ames <commodorejohn@gmail.com> - 2026-01-19 08:38 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 10:48 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:41 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 10:50 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-15 10:39 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-16 07:53 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marco Moock <mm@dorfdsl.de> - 2026-01-16 10:57 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-16 20:58 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-17 10:25 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-17 11:19 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-16 13:47 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-17 10:37 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 10:00 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-18 07:03 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" c186282 <c186282@nnada.net> - 2026-01-18 01:03 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-15 11:46 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-15 12:09 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-15 14:13 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-15 13:48 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” jayjwa <jayjwa@atr2.ath.cx.invalid> - 2026-01-15 11:22 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-15 21:05 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-15 22:35 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Stéphane CARPENTIER <sc@fiat-linux.fr> - 2026-01-17 12:03 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-15 18:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-16 08:39 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-16 11:06 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-15 07:09 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” rbowman <bowman@montana.com> - 2026-01-15 18:50 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Eli the Bearded <*@eli.users.panix.com> - 2026-01-15 06:19 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” c186282 <c186282@nnada.net> - 2026-01-15 03:00 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 13:44 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-15 21:14 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-15 23:47 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-16 08:35 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 13:48 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-16 14:57 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-16 22:31 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-17 10:52 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-17 03:49 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-17 03:26 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-17 09:57 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Computer Nerd Kev <not@telling.you.invalid> - 2026-01-17 14:12 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-17 14:25 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-17 13:11 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-17 18:20 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-19 11:45 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-19 14:27 +0100
Re: “7 deprecated Linux commands you need to st op using - and what to use instead” vallor <vallor@vallor.earth> - 2026-01-20 05:04 +0000
Re: “7 deprecated Linux commands you need to st op using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 00:35 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 00:32 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-21 04:16 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 08:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-21 09:58 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” marrgol <marrgol@address.invalid> - 2026-01-21 11:56 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 12:14 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 12:06 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-21 11:28 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-22 07:14 +1000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-21 22:04 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-21 13:27 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-21 22:50 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-22 10:43 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-22 13:17 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-22 21:43 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-22 22:40 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-23 12:33 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-23 14:10 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 23:01 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-21 22:50 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> - 2026-01-22 09:56 +0200
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-22 10:51 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-22 09:56 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-22 09:35 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-23 12:35 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-23 11:39 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” John Ames <commodorejohn@gmail.com> - 2026-01-23 08:02 -0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-23 18:43 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-22 13:25 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Andreas Eder <a_eder_muc@web.de> - 2026-01-22 17:47 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-22 10:06 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Andreas Eder <a_eder_muc@web.de> - 2026-01-22 11:02 +0100
Re: Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Eli the Bearded <*@eli.users.panix.com> - 2026-01-23 03:33 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-23 14:14 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-23 16:50 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-23 20:55 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Carlos E.R." <robin_listas@es.invalid> - 2026-01-23 22:39 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Eli the Bearded <*@eli.users.panix.com> - 2026-01-23 21:18 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-23 22:45 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-23 23:33 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" John-Paul Stewart <jpstewart@personalprojects.net> - 2026-01-23 18:51 -0500
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-24 08:49 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-24 14:33 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" The Natural Philosopher <tnp@invalid.invalid> - 2026-01-24 11:11 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Richard Kettlewell <invalid@invalid.invalid> - 2026-01-24 14:15 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" The Natural Philosopher <tnp@invalid.invalid> - 2026-01-25 09:44 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Richard Kettlewell <invalid@invalid.invalid> - 2026-01-25 10:25 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-25 07:02 -0500
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Richard Kettlewell <invalid@invalid.invalid> - 2026-01-25 12:39 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Eli the Bearded <*@eli.users.panix.com> - 2026-01-28 23:44 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Richard Kettlewell <invalid@invalid.invalid> - 2026-01-29 08:49 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-25 15:12 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-26 10:46 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-26 13:13 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-27 09:02 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-27 10:10 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-27 12:44 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" vallor <vallor@vallor.earth> - 2026-01-27 10:21 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-27 12:44 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" The Natural Philosopher <tnp@invalid.invalid> - 2026-01-26 11:56 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-24 14:30 +0100
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-23 21:39 -0800
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" "Carlos E.R." <robin_listas@es.invalid> - 2026-01-24 14:36 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-21 04:17 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 09:03 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-21 12:19 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” The Natural Philosopher <tnp@invalid.invalid> - 2026-01-19 13:42 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 00:42 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:38 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marc Haber <mh+usenetspam1118@zugschl.us> - 2026-01-20 10:52 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> - 2026-01-20 13:30 +0200
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-20 20:20 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Pancho <Pancho.Jones@protonmail.com> - 2026-01-21 00:55 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Richard Kettlewell <invalid@invalid.invalid> - 2026-01-16 16:23 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Marco Moock <mm@dorfdsl.de> - 2026-01-15 10:41 +0100
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-15 11:43 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Jason H <jason_hindle@yahoo.com> - 2026-01-18 21:48 +0000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" not@telling.you.invalid (Computer Nerd Kev) - 2026-01-20 07:11 +1000
Re: "7 deprecated Linux commands you need to stop using - and what to use instead" jayjwa <jayjwa@atr2.ath.cx.invalid> - 2026-01-19 23:35 -0500
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-01-19 20:32 +0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 20:54 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-01-23 18:38 +0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-23 20:56 +0000
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-01-24 20:05 +0800
Re: “7 deprecated Linux commands you need to stop using - and what to use instead” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-24 21:36 +0000
csiph-web