yena shared this post · 3h ago
GitHub Projects Community

superfile는 시각적으로 세련되고 사용하기 간단한 터미널 파일 매니저입니다.

1

superfile는 시각적으로 세련되고 사용하기 간단한 터미널 파일 매니저입니다.

  • macOS, Linux, Windows에 대한 크로스 플랫폼 지원
  • curl, winget, scoop, Homebrew를 통해 설치 가능
  • 사용자 정의를 위한 플러그인 및 테마 시스템
  • 일반적인 파일 작업을 위한 키 바인딩

{{IMAGE_0}}


2

Explore it here:

https://t.co/szwwnxNcPx

Dhanian Day 22/30 — #Linux

One of the biggest advantages of Linux is automation.
Instead of repeating the same commands every day, you can write Bash scripts to automate tasks, save time, and reduce human error.

Linux Bash Scripting – Variables, Loops, and Conditionals

Bash (Bourne
Yesterday
Linux Inside: The Ideal Blog for Sysadmins & Geeks Quick Linux Tip #38

You need to know when a file was last changed or want to see more details about it.

Run:

stat filename

For example:

stat config_old.txt

This displays detailed information about the file, including its size, permissions, owner, and timestamps.

You'll
18h ago