TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #169 · 21 окт.

А знаете ли вы, что в Bash есть особая переменная "$_" ? Из описания можно узнать, что в переменную "$_" помещается последний аргумент последней команды. Что-то знакомое? Конечно, в Python есть примерно тоже самое. Мы знаем, что дата первого релиза Bash (8 июня 1989) несколько раньше чем первый релиз Python (20 февраля 1991). Если учесть, что по задумке автора Python это агрегация самых успешных практик отовсюду, можно ли сказать что именно эта фишка к нему пришла из Bash? Ни подтверждения ни опровержения я пока не нашел. Давайте просто считать это совпадением 😉 А как это может быть полезно в Bash? Приведу простой пример, который оценят те, кто часто работает в терминале. Допустим, нам надо создать директорию и зайти в неё. Что обычно делаем? :~$ mkdir foldername :~$ cd foldername :~/foldername$ Как это сделать в одну команду? :~$ mkdir foldername && cd foldername :~/foldername$ Уже лучше, но хочется короче, без повторов. Вот тут и пригодится наша переменная. Напомню, что в неё сохраняется последний аргумент предыдущей команды. :~$ mkdir foldername && cd $_ :~/foldername$ _________________ PS. Символы "&&"" разделяют команды и означают, что требуется выполнить вторую команду только если первая завершилась успешно. #linux#tricks

Резултати

Пронајдени 1,454 слични објави

Глобално пребарување

Linuxgram 🐧

@linuxgram · Post #17899 · 26.02.2026 г., 07:19

📰 React Moves to the Linux Foundation With Launch of the React Foundation React and React Native will now operate under the newly formed React Foundation, hosted by the Linux Foundation and backed by major industry members. 🔗 Source: https://linuxiac.com/react-moves-to-the-linux-foundation-with-launch-of-the-react-foundation/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17888 · 24.02.2026 г., 18:56

📰 Manjaro-Based Mabox Linux 26.02 Released with New Audio Menu Manjaro-based Mabox Linux 26.02 introduces a new W-a audio menu, a fully rewritten Cava Colorizer module, fixes for screen recording, and more. 🔗 Source: https://linuxiac.com/manjaro-based-mabox-linux-26-02-released-with-new-audio-menu/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17885 · 24.02.2026 г., 14:01

📰 CGIT 1.3 Web Frontend For Git Released After Six Years Jason Donenfeld of WireGuard and Linux cryptography fame has taken a break from that to release a new version of CGIT, the lightweight web interface for Git repositories. CGIT 1.3 is the first new release in six years and comes with a lot of changes... 🔗 Source: https://www.phoronix.com/news/CGIT-1.3-Released #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17883 · 24.02.2026 г., 10:51

📰 Master the Essential Keyboard Shortcuts in Linux Mint to Feel Like a Pro User I am sharing some essential shortcuts to get you started. I will also briefly share how you can set custom shortcuts for all actions. 🔗 Source: https://itsfoss.com/linux-mint-keyboard-shortcuts/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17881 · 24.02.2026 г., 07:53

📰 Nvidia is also hunting for Linux developers to help advance gaming on FOSS It has been an exciting start to 2026 for gamers on Linux. We started off with GOG calling the OS the "next major frontier" for gaming, and we also saw the rise of the Open Gaming Collective where dev teams combined their efforts and knowledge to make playing your fave titles on Linux an easier time. 🔗 Source: https://www.xda-developers.com/nvidia-is-also-hunting-for-linux-developers-to-help-advance-gaming-on-foss/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17871 · 23.02.2026 г., 16:14

📰 Kerbal Space Program spiritual successor Kitten Space Agency now has a Linux version Kitten Space Agency is a promising upcoming space simulation game that's pretty much a spiritual successor to Kerbal Space Program and now for Linux too.Read the full article on GamingOnLinux. 🔗 Source: https://www.gamingonlinux.com/2026/02/kerbal-space-program-spiritual-successor-kitten-space-agency-now-providing-linux-builds/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17861 · 22.02.2026 г., 09:04

📰 Serious About Learning Linux? Get 15 O'Reilly Linux and DevOps eBooks for Under $25 From command line to Kubernetes and Terraform, this bundle covers a lot! 🔗 Source: https://itsfoss.com/news/linux-seasoned-admins-bundle/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17848 · 20.02.2026 г., 14:36

📰 USB Driver For Google Tensor SoCs, UCSI Thunderbolt Alt Mode In Linux 7.0 All of the Thunderbolt/USB driver changes were merged this week for the nearly-over Linux 7.0 merge window... 🔗 Source: https://www.phoronix.com/news/Linux-7.0-USB #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17837 · 19.02.2026 г., 15:47

📰 5 Linux tools that made me stop using Windows utilities One of the perks of running Windows Subsystem for Linux is that it allows me to use Linux tools on Windows. There are several default Windows utilities for which Linux has much better alternatives, so I've begun using them in place of the Windows equivalents. 🔗 Source: https://www.xda-developers.com/linux-tools-that-made-me-stop-using-windows-utilities/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17826 · 18.02.2026 г., 18:25

📰 System76 Preparing To Introduce Redesigned Thelio Hardware Linux hardware vendor System76 has begun teasing a redesign of their Thelio chassis that is used by their modern desktops and workstations. Helping distinguish System76 from other Linux desktop/PC vendors has been their custom-engineered, built-in-the-USA enclosures and now they are preparing to launch a next-generation design... 🔗 Source: https://www.phoronix.com/news/System76-Thelio-Redesign #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17819 · 18.02.2026 г., 02:21

📰 NTFS3 Driver Sees Improvements In Linux 7.0 While "NTFS Remake" Driver Bakes The NTFS3 driver maintained by Paragon Software for Microsoft NTFS file-systems today saw a batch of improvements merged for Linux 7.0 This comes as there is also the competing "NTFS Remake" driver that began a few months ago as the "NTFSPLUS" driver. That NTFS Remake driver isn't looking like it will be submitted for the Linux 7. 🔗 Source: https://www.phoronix.com/news/NTFS3-Linux-7.0 #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17813 · 17.02.2026 г., 19:19

📰Rocket League is adding Easy Anti-Cheat, Psyonix say Linux will still be supported with Proton Rocket League is set to get Easy Anti-Cheat in April, as the Epic Games owned studio Psyonix just recently announced.Read the full article on GamingOnLinux. 🔗 Source: https://www.gamingonlinux.com/2026/02/rocket-league-is-adding-easy-anti-cheat-psyonix-say-linux-will-still-be-supported-with-proton/ #linux

Hashtags

12•••1819202122•••100•••121122
ПретходнаСтраница 20 од 122Следна