Subject | Author | Posted | |
---|---|---|---|
$ sed -n '6!p' filename The above command will print all lines in filename except line #6. Th...
| Saturday | ||
$ awk -F'\t' 'BEGIN {print "Age\t Last,First,Mid\n"} {print $4"\t",$3",",$1","$2}' filename In th...
| Saturday | ||
Hello RHEL Community, I'm facing an issue while transferring and extracting the IBM Java SDK 8.0 ....
| Wednesday | ||
$ sed -n '3,7p' filename The above command will print lines 3 thu 7 only! Try the command on ...
| a week ago | ||
$ awk -F'\t' '/Texas/ { print $4 }' filename The above command print each line in filename, ...
| a week ago | ||
Anyone have wtsapp group where i can ask my queris realted to red hat Currently i am facing issue...
| a week ago | ||
$ awk -F: '{ OFS = "\t\t"; print $1,$3 }' filename awk is comprised of several built-in vari...
| a week ago | ||
Trying to install PowerVC on Rhel8.10 and encounter error when trying to create the inventory. I al...
| 2 weeks ago | ||
I want to display the number of sectors that exist on a particular disk partition. I know I can d...
| 3 weeks ago | ||
cgroups (Control Groups) - a linux kernel feature - allows resouces like CPU time, memory, and ne...
| 4 weeks ago | ||
This is a question for the RHCEs out there: If a process, with children (i.e. child processes) is ...
| 4 weeks ago | ||
Out of Memory Killer The Out of Memory (OOM) Killer is the Linux kernel's out of memory managem...
| 01-04-2025 06:29 AM | ||
Took my exam today-- passed with a great score!!!
what helped me was regular reading the study gu...
| 12-19-2024 11:04 AM | ||
Processes vs Threads Just wanted to provide some lightweight notes about Processes and Threads...
| 12-18-2024 07:21 PM | ||
If you're interested in using local Linux VMs with KVM and libvirt to demonstrate Red Hat products,...
| 12-18-2024 02:14 PM | ||
Hi everyone!
Any video editing afficionados out there? Which Open source options do you like best...
| 12-18-2024 12:34 PM | ||
systemd uses several different unit types: - target - socket - device - automount - path - sw...
| 12-16-2024 08:36 PM | ||
A file has the following content: Joe Chan 74 Jess Chandler 70 Trev Chan 71 Lonnie Chan 111 ...
| 12-15-2024 01:00 AM | ||
A file contains the following data: Joe Chan 74 Jess Chandler 70 Lonnie Chan 111 Trev Chan 71 ...
| 12-14-2024 09:04 PM | ||
A file contains the following data: Joe Chan 74 Jess Chandler 70 Lonnie Chan 111 Trev Chan 71 ...
| 12-14-2024 07:55 PM |
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.