Subject | Author | Posted | |
---|---|---|---|
$ sed -n '3,7p' filename The above command will print lines 3 thu 7 only! Try the command on ...
| 01-29-2025 07:41 AM | ||
$ awk -F'\t' '/Texas/ { print $4 }' filename The above command print each line in filename, ...
| 01-29-2025 07:17 AM | ||
Anyone have wtsapp group where i can ask my queris realted to red hat Currently i am facing issue...
| 01-28-2025 06:08 PM | ||
$ awk -F: '{ OFS = "\t\t"; print $1,$3 }' filename awk is comprised of several built-in vari...
| 01-26-2025 01:57 AM | ||
Trying to install PowerVC on Rhel8.10 and encounter error when trying to create the inventory. I al...
| 01-22-2025 10:35 AM | ||
I want to display the number of sectors that exist on a particular disk partition. I know I can d...
| 01-12-2025 07:39 PM | ||
cgroups (Control Groups) - a linux kernel feature - allows resouces like CPU time, memory, and ne...
| 01-09-2025 09:26 PM | ||
This is a question for the RHCEs out there: If a process, with children (i.e. child processes) is ...
| 01-08-2025 11:33 PM | ||
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 | ||
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 | ||
A file contains the following data: Joe Chan 74 Jess Chandler 70 Trev Chan 71 Lonnie Chan 111...
| 12-14-2024 07:39 PM | ||
Hi, We are actually working on creating a kind of kiosk that will only display firefox in kiosk...
| 12-04-2024 08:20 PM | ||
In the latest Interview Question series, there are four more wonderful, beautiful, questions being ...
| 11-22-2024 09:19 PM | ||
Hello everyone, I have a case with a RHEL 8.9 server, when I run an ssh connection from a segment ...
| 11-22-2024 07:38 PM |
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.