-t sort by time, newest first; see --time
ls
sorted output by time ; use -d
for descending order
-t sort by time, newest first; see --time
ls
sorted output by time ; use -d
for descending order
Meta-f Move forward a word, where a word is composed of letters and digits.
Show activity on this post. Use Esc + D or Alt + D to delete the word on the right.
Ctrl + WDelete the word before the cursor.
Ctrl + UDelete from the cursor to the start of the line.
for - Deep Humanity - Mortality Salience - Oliver Sacks - Announces his terminal cancer and says farewell - Source: NY Times - Opinion - My Own Life - Oliver Sacks - 2015, Feb 19
2023 wurde mit 55,5 Milliarden Fass Öläquivalent so viel Öl und Gas gefördert wie nie zuvor. 578 Unternehmen arbeiten daran, durch zusätzliche Förderstätten weitere 240 Milliarden Fass zu produzieren, obwohl zur Einhaltung des 1,5 Grad-Ziels keine Förderkapazitäten mehr aufgebaut werden dürfen. Zu den Unternehmen mit den größten Expansionsplänen gehört die an der OMV beteiligte Adnoc. Die Zahlen sind - neben vielen weiteren z.B. zur LNG-Expansion - in der aktualisierten Global Oil & Gas Exit List (Gogel) der NGO Urgewald enthalten https://www.derstandard.at/story/3000000244513/weltweite-oel-und-gasfoerderung-erreichte-2023-ein-allzeithoch
If you run this in Powershell in Windows 10, you will get the error about "OI not recognized". Solution: Put the user+perms argument in quotes. For example: C:\>icacls "D:\test" /grant "John:(OI)(CI)F" /T
Very Important to know!
Der französische Konzern TotalEnergies fördert in den USA mit 17 00 Förderanlagen via Fracking Erdgas, das dann verflüssigt wird. Allein in der Region von Arlington in Texas sind dadurch 420.000 Menschen toxischen Emissionen ausgesetzt. Die Libération publiziert die Ergebnisse einer gemeinsamen mit Disclose durchgeführten Recherche. Das produzierte LNG wird auch nach Frankreich und Europa verschifft.
Disclose-Veröffentlichung: https://disclose.ngo/fr/article/gaz-de-schiste-totalenergies-au-coeur-dun-scandale-sanitaire-et-environnemental-au-texas
An der Küste Louisianas schädigt der Bau von LNG-Terminals die Umwelt. Deutsche Konzerne profitieren von den laxen Kontrollen. Der Bedarf Deutschlands treibt den LNG-Boom weiter an, deutsche Banken beteiligen sich an der Finanzierung. Reportage der Tat https://taz.de/LNG-Boom-in-den-USA/!5975624/
Or more directly
Hack for pasting multiline Python scripts in a terminal:
python
exec('''<paste code>''')
[ENTER]
In summary, terminal input is weird. It’s weird largely because there’s a character-only pipe sitting between the terminal and shell. And going one step back, the weirdness comes from the whole historical division of terminal vs. shell, which is based on emulating a physical hardware setup that hasn’t been built since the 80s.
Summary of why the terminal input is so weird.
What worked for me was to use the following command to send the VT320 "unhide" command sequence:
unhide the cursor in terminal
ncduncduis a disk utility for Unix systems. Its name refers to its similar purpose to the du utility, but ncdu uses a text-based user interface under the [n]curses programming library. Users can navigate the list using the arrow keys and delete files that are taking up too much space by pressing the ‘d’ key.
Große Dateien finden
To list files in a directory and sort them last modified date and time, make use of the -t option as in the command below:
ls -lt
Sort files by modified date ant time. If you want a reverse sorting files based on date and time, you can use the -r option
ls -ltr
echo -e "\e[2 q"
This is the workaround to disable blink cursor in windows terminal
This repository contains the source code for:
The role of the terminal emulator process is:
Shows the relationship between a "terminal emulator" and a pseudoterminal, as alluded to in the intro:
is a pair of pseudo-devices, one of which, the slave, emulates a hardware text terminal device, the other of which, the master, provides the means by which a terminal emulator process controls the slave.
Example
This clarifies that (one of) the terminal's responsibility is:
As far as the 'iSH' app is concerned: it seems that it merely emulates a virtual terminal.
The virtual terminal process resides in kernel space (called the console).It reads from the "tty", say the output from the "ls" process and renders the text. It interacts with the VGA driver to do so.
The (virtual) terminal (not the "tty") plays a central role here
as you may have guessed, things get even more complicated when you start running pseudo terminals inside pseudo terminals, à la screen(1) or ssh(1).
tabset makes life easier for iTerm2 users, enabling easy setting of tab and window titles, badges, and colors. If you have a lot of tabs/windows in operation simultaneously, tabset helps to visually distinguish them.
for term in vt100 linux screen xterm { echo "$term:" infocmp -L1 $term|egrep 'key_(left|right|up|down|home|end)' }
Setup and configure Manjaro in every detail using the CLI.
46: Lean not on your own understanding.
alias kill3000="fuser -k -n tcp 3000"
Doesn't work on mac
I don't know what then, I just remember somehow. Around the same time I install renoise, I also install vim. Then in renoise I go to Help>Show Preferences Folder.... Then I right click on Config.xml, then edit in VIM. Then I /search for showscr or something like that. Change false into true, done. On windows sometimes I'm lazy and I just modify the one shortcut that I use to have --scripting-terminal or something as an argument. Also: if you really do a lot of (re)installs I would advise to back up your Config.xml anyway, just like the KeyBindings.xml, TemplateSong.xrns, etc, it'll save you a lot of time right?
How to enable Scripting Tools in Renoise Tools menu