Horje
bash print odd or even lines Code Example
bash print odd or even lines
# Basic syntax:
sed -n 'n;p' input_file # Print even numbered lines
sed -n 'p;n' input_file # Print odd numbered lines




Shell

Related
ffmpeg resize video Code Example ffmpeg resize video Code Example
telegram kali linux Code Example telegram kali linux Code Example
install jdk linux command Code Example install jdk linux command Code Example
Faster Telegram installation on Kali Linux Code Example Faster Telegram installation on Kali Linux Code Example
unzip a tar.gz file in linux Code Example unzip a tar.gz file in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12