[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Should we all be using zsh or fish?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 38
Thread images: 6

File: 1828073.png (11KB, 270x270px) Image search: [Google]
1828073.png
11KB, 270x270px
Should we all be using zsh or fish?
>>
>not using bash with you're own patches
>>
>>61635045
zsh is for hipster nerds
fish is just a slightly worse version of bash that has pretty colors
>>
>>61635061
why bother? zsh does all that and then some.

only problem with fish is it's not posix compatible, nor does it have a posix compatibility mode like zsh
>>
>>61635061
>bash
>Busted Ass SHell

okay
>>
bash: old and busted
zsh: new hotness
fish: lol
>>
>>61635248
hurr
>fish
>Fucking Idiot's SHell
durr
>zsh
Zebra's SHell
herp derp >>>/v/
>>
>>61635289
damn i just got incinerated by that inferno of words
>>
>>61635045
That almost looks like a dick. Protip: you cannot unsee it.
>>
>>61635045
Fuck no, we should ALL be using mksh & dash as a root shell
>>
>>61635289
>Zebra's SHell
Oh no how will zsh user ever recover?
>>
>>61637153
is dash really that much faster?
>ubuntu uses it as it's boot shell because it's 4x faster than bash
>>
zsh
>>
>>61637176
go be stupid somewhere else
>>61637235
tbqh, that isn't as bad as Zebra.
>>
use 100k loc chad shell or use 100k loc abandoned shell?
Nah, I will keep using slim ksh.
>>
>>61635045
Yes, fish.
>>
>>61637153
redpill me on korn shell?
>>
Use xterm.
>>
>>61637153
>mksh
ksh93v- or death!
>>
>>61637153
>>61637690
>being a shell hipster
>>
File: 1493741082181.jpg (34KB, 567x768px) Image search: [Google]
1493741082181.jpg
34KB, 567x768px
>>61637817
>implying
dash is a very fast POSIX shell and ksh93 is great for programming
something something best tool for the job
>>
>>61637562
just leave
>>
>>61637866
I use zsh, does the job. Also love zsh's autocomplete.
>>
>>61635045

ZSH yes.

Fish absolutely not.
>>
yeah i use fish because i like the pretty colors and indentation
so sue me
>>
File: 1484974125465.jpg (45KB, 282x327px) Image search: [Google]
1484974125465.jpg
45KB, 282x327px
>>61637877
I use bash as interactive shell because it's the default on Linux and ksh93 has some small problems with autocomplete. I might switch to zsh some day, though.
I administer some UNIX servers so knowledge of ksh is vital, even if the default there is usually the older ksh88.
>>
File: PowerShell_5.0_icon.png (8KB, 256x256px) Image search: [Google]
PowerShell_5.0_icon.png
8KB, 256x256px
enjoy your limited line-based output and emulating typewriter from 80s
>>
File: 1483667561606.jpg (2KB, 126x116px) Image search: [Google]
1483667561606.jpg
2KB, 126x116px
>>61638020
>emulating typewriter from 80s
that's the problem of terminal emulator, not shell
way to go wintard
>>
>>61638020
>windows users

do yourself a favor, if you're not going to replace windows at least install a decent shell
>>
What are the advantages of using other shells than bash? To look cool on screenfetch threads?
>>
>>61638272
not that anon, but I used to do a lot of automation in Powershell both at home and work back and it was super cozy. Then Windows 8 happened and I decided to leave the sinking ship and installed Arch instead. I knew some bash from the college times but using it now for real life tasks, basically anything more complicated than moving things around and calling a program in a loop, felt like a hack at best. Parsing commandline output with regexes, leaning back on awk to do any maths, christ, it felt as if it was 90s all over again.

Then I learned to just screw bash and go straight to python if I cannot solve the problem with a oneliner. Haven't felt happier ever since.

Anyway, my point is, well, why don't you take some time and learn what Powershell is capable of compared to traditional nix shells before replying LOL WINDOWS, would you? Have nice day anyway.
>>
wow what the fuck ZSH shill mods deleted my eggselent post

ZSH - ZERO SEX HAD
>>
>>61638483
>Then I learned to just screw bash and go straight to python if I cannot solve the problem with a oneliner. Haven't felt happier ever since.

I still use Windows by choice but on the servers where I have control I use ipython as the system shell.

>it felt as if it was 90s all over again.
Disagree, the Linux CLI/SHell is much more like 70/80's, in the 90's we had good Object Oriented systems like OS/2, Plan9, BeOS, etc.
>>
>>61638272
Nah, using Powershell on Linux. I'm not falling into the license trap.
>>
powershell is the best part of wandows
>>
>>61638544
>I use ipython as the system shell.
Tried xonsh?
>>
>>61638293
bash is the de facto standard for scripting, but zsh is a lot more advanced for interactive use. Shit like completion and globbing is way easier and faster.

>>61638483
All I can glean from your post is that Powershell is extremely overengineered, like everything else Microsoft produces, and that Windows users don't quite grasp what the point of a shell is, or what full fledged programming languages like Python even exist when shell scripting already does.
>>
File: microsoft.png (1MB, 1300x4704px) Image search: [Google]
microsoft.png
1MB, 1300x4704px
>>61638483
i've been a windows systems engineer for 10 years. i use powershell all the time, i even remember when it came out. such high hopes.

but here is an actual powershell command

Install-WindowsFeature Net-Framework-Core -source \\network\share\sxs

here's another

Get-ChildItem -Path C:\ -Include *.doc,*.docx -File -Recurse -ErrorAction SilentlyContinue

just two questions:

why do i need to specify between "WindowsFeature" and any other package? oh right, because windows is a multi-cultural steaming pile of loosely associated crap

why do i need to specify a sane default error action? probably because the developers are't allowed to do their jobs
Thread posts: 38
Thread images: 6


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.