Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

Is there a way to reach iCloud's Pages folder via the Terminal?

You can get to iCloud drive from the Terminal using cd ~/Library/Mobile\ Documents/com~apple~CloudDocs/, but that doesn't show you all the same folders you see when you click the iCloud Drive link in ...
jamesnotjim's user avatar
0 votes
1 answer
772 views

How to refresh terminal after function call

I've written a simple function to search the current folder when I press ctrl+f with exa and peco, after I choose a directory I want to cd into it. (ll is modified version of ls) pecofunc() { ll | ...
MikiS's user avatar
  • 1
2 votes
2 answers
3k views

How to make "cd ..." goup two directories?

So, currently on macOS I have aliases set up like this... alias ...='cd ../..' alias ....='cd ../../..' This allows me to go up multiple directories by typing in ... in my terminal. However, in my ...
Jimmy Huch's user avatar
2 votes
1 answer
2k views

how to change directory and spin off process

I know how to change directory: cd path I know how to detach a process: command &, nohup command > /tmp/test_output.txt 2>&1 &, nohup command > /dev/null 2>&1 &, ...
MetaStack's user avatar
  • 135
1 vote
2 answers
644 views

Desktop Shortcut to Terminal at a Specific Directory?

What I need is an icon on my desktop that I can double-click, and launch terminal, but already cd'd to specific directory. I know how to configure Terminal.app to automatically cd to a specific ...
Nicolas Miari's user avatar
0 votes
1 answer
379 views

Mac OSX Terminal ls, cd & ditto command return odd results

My MacBook Pro (Retina, 13-inch, Late 2013) running OS X El Capitan has some weird thing going on with terminal and more specifically when I run the ls, cd or ditto commands. I have my disk ...
Sahus Pilwal's user avatar