#unix

[ follow ]
#linux
Alvinalexander
5 months ago
Scala

Unix/Linux: How to get the top-level directory (only) from a file path

The problem is to extract the top-level directory name from a given file path.
The provided solution uses a combination of commands like dirname, cut, and sort to achieve the desired result. [ more ]
Alvinalexander
5 months ago
Scala

Unix/Linux: Changing many files with the same multiline string pattern

Use awk and a Unix shell script to edit the content of multiple files
Be cautious and make backups before making mass changes to files [ more ]
Theregister
5 months ago
UX design

The rise and fall of the standard user interface

In the early days of microcomputers, IBM created a standard for software user interfaces that greatly influenced the design of software for decades to come.
The Linux and Unix shell did not adopt the IBM standard, leading to a clash between the traditions of Unix and the graphical user interfaces of other software. [ more ]
Alvinalexander
2 weeks ago
JavaScript

Linux gzip and gunzip: How to work with compressed files

Learn how to use gzip and gunzip for file compression in Unix/Linux systems. [ more ]
Alvinalexander
5 months ago
Scala

Unix/Linux: How to get the top-level directory (only) from a file path

The problem is to extract the top-level directory name from a given file path.
The provided solution uses a combination of commands like dirname, cut, and sort to achieve the desired result. [ more ]
Alvinalexander
5 months ago
Scala

Unix/Linux: Changing many files with the same multiline string pattern

Use awk and a Unix shell script to edit the content of multiple files
Be cautious and make backups before making mass changes to files [ more ]
Theregister
5 months ago
UX design

The rise and fall of the standard user interface

In the early days of microcomputers, IBM created a standard for software user interfaces that greatly influenced the design of software for decades to come.
The Linux and Unix shell did not adopt the IBM standard, leading to a clash between the traditions of Unix and the graphical user interfaces of other software. [ more ]
Alvinalexander
2 weeks ago
JavaScript

Linux gzip and gunzip: How to work with compressed files

Learn how to use gzip and gunzip for file compression in Unix/Linux systems. [ more ]
morelinux
[ Load more ]