python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Display n most frequent used commands Linux
A command in linux to list the top N most frequent commands used in your zsh.
Yuri Aps
Votes: 0
Answers: 1
Error: `brew cask` Is No Longer When "brew cask install iterm2" Command Is Run
I want to configure my macOs terminal with zsh. After installing homebrew, when I am trying to install iterm2 running this command brew cask install iterm2, the error shows as like below:
Error: brew ...
mdmostafa
Votes: 0
Answers: 1
Run file in LLDB using output of a command
In command line it is possible to use the output of a command as the stdin of an executable. For example, pbpaste returns the value of the clipboard on OSX. I could run a program using this, e.g. pbpa...

Eric Xue
Votes: 0
Answers: 1
Accessing global variable from zshrc in PHP
I had this all working on another machine using .bash_profile but can't get this to work with z shell using the .zshrc file. This is how my .zshrc is set up:
export foo="bar"
If I echo foo i...

Hayden Goldman
Votes: 0
Answers: 1