Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

How to convert a file from ASCII to UTF-8?

linux unix encoding utf-8 ascii

Unix Bash - Assign if/else to Variable

bash unix

comparing two files by lines and removing duplicates from first file

bash unix grep

How do I close a Unix socket in Rust?

sockets unix rust

How do I create a file in UNIX /tmp directory so that all users can read and write to it?

c unix security

How can I make the list of letters from A to Z and iterate through them in the shell?

perl unix shell awk csh

How can i run perl script from anywhere in unix environment?

perl unix

Finding next open port

bash unix shell cygwin

execute one-line ssh command with variable from local environment

unix ssh

how to do a unix find based on size of files, including in subdirectories?

macos unix directory find grep

Unix bash cutting and grep

bash unix grep cut

Calling memset causes segmentation fault

Unix command to convert xls file into xlsx file? [closed]

linux macos bash unix

Unix find -mtime {a negative or postive value}

unix gnu-findutils

installing Oracle Instantclient on Linux without setting environment variables?

Multiple threads in C program

c multithreading unix pthreads

How to send EOF to Python sys.stdin from commandline? CTRL-D doesn't work

Sort lines of massive file by number of words on line (ideally in parallel)

shell unix sorting

Bash - Extract numbers from String

bash shell unix

Trapping signals cleanly in Perl

perl unix signals daemon