Want to open a file in read-only mode on Unix, try:
vim -M file
OR open a tab in read-only mode:
: view file



More info: Open a file or a tab in vim in readonly mode


Want to ignore SSL warning with curl command on Linux/Unix/MacOS? Try:

curl -k url
curl -k -I url


More info: cURL Ignore SSL Certificate Warnings
AWK is a programming language designed for text processing and typically used for a data extraction and reporting tool. It is a standard feature of Linux, FreeBSD, OpenBSD, MacOS and most Unix-like systems.



Download: The AWK programming book (PDF version)
Run the following command:

ssh -t box screen -r
ssh -t box tmux a
ssh -t user@server screen -r
ssh -t user@server tmux a



My shell script depends upon user input. How do I find out if a variable called $_JAIL path is empty under a Linux / Apple OS X / Unix like operating systems? What is the best way to determine if a variable in bash is empty?

Pass the -z option to the if command or conditional expression.

Read more here

Profile

nixcraft

January 2017

S M T W T F S
1234567
891011121314
15161718192021
22 23 2425 26 2728
293031    

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 12th, 2025 05:19 am
Powered by Dreamwidth Studios