Horje
awk for loop Code Example
awk for loop
cat file.txt | awk '{ for(i=1; i<=8 ; i++) print $i}'

file.txt :
AAA BBB CCC DDD

output : 
AAA
BBB
CCC
DDD




Shell

Related
linux cli see screen resolution Code Example linux cli see screen resolution Code Example
start-process id powershell Code Example start-process id powershell Code Example
how to hide hostname mac terminal Code Example how to hide hostname mac terminal Code Example
git new branch from current Code Example git new branch from current Code Example
reload .bashrc Code Example reload .bashrc Code Example

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