- Details
- Hits: 5831
I just stumbled upon a very nice and detailed article, which explains bash redirections very detailed. When you finish reading the article you know everything about redirections. This article is one of a sequence of five 'bash one-liners' articles - Working with files, working with strings, working with history and navigating around, which are also very interesting and helpful.
- Details
- Hits: 804
I recently enable IPv6 in my home network. Familiar with IPv4 I detected there are new commands I have to use and also commands I used with IPv4 have to get additional options for IPv6. The following list is just a collection of tools I think are useful for whoever starts to use IPv6.
- Details
- Hits: 8634
Today I found in c't 22/2014 22/2014 (German computer journal) a nice article with the same title. Examples show how easy you can combine various commandlien tools in Linux and follow the Unix Philosophy and manipulate without any Programming text files, split and join them. Applications are to process csv files, log files or word frequency analysis and much more. recently I had a similar problem with text files which I solved using most of the tools mentioned in the article. But I was suprosed to read that the tools are much more powerful when you use special parameters. It's a good idea to read the man pages of the tools. On following pages I summarized all tools together with their most powerful parameters.
- Details
- Hits: 49278