tac --help

tac --help

tac --version

tac --version

tac filename
tac abc.txt

tac filename

tac file1 file2 ...
tac abc.txt def.txt

tac file1 file2

tac -b abc.txt def.txt

tac -b file1 file2

tac -r abc.txt def.txt

tac -r file1 file2

echo "Sandy,Mandy" | tac

echo with tac

 

echo "Sandy,Mandy" | tac -s ,

echo pipe tac -s

echo "Sandy,Mandy" | tac -b -s ,

echo pipe tac -b -s

Sharing is Caring
Scroll to Top