Search Results

Search: Posts Made By: gizmo16
2,149
Posted By gizmo16
create a program that runs two processes linked oven
I need help program in C... :create a program that runs two processes linked oven
2,164
Posted By gizmo16
I need to print out text from a file in the...
I need to print out text from a file in the console up...not all tasks ... This is here just for show
2,164
Posted By gizmo16
yes...I need to print out text from a file in the...
yes...I need to print out text from a file in the console up
2,164
Posted By gizmo16
I need to print out text from a file in the...
I need to print out text from a file in the console up
2,164
Posted By gizmo16
Displays the text upward
I need to print out text from a file in the console up, you know someone like that?
11,271
Posted By gizmo16
thank you, One more thing printed by lines will...
thank you,
One more thing printed by lines will be shown up, do not know how?
11,271
Posted By gizmo16
only print a selected row
this works:
cat file.txt| awk 'NR==45,NR==55'
but how do I assign variables instead of numbers:
this does not work:
cat file.txt | awk 'NR==$start,NR==$end'

there need variables instead of...
1,107
Posted By gizmo16
scrollfile [options] file(s)
Create a program that will subsequently list the contents of the file / files specified on the command line. Printed by the rows will be shown up.

Description of the command:
scrollfile [options]...
33,503
Posted By gizmo16
thank you
thank you
33,503
Posted By gizmo16
count lines in file to variable
I have a text file in which you need to identify the number of lines that looks like this:

awk '{x + +} END {print x}' filename

The problem is that I do not know how this data to any variable...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 05:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy