Search Results

Search: Posts Made By: jaysunn
9,948
Posted By jaysunn
Maybe a start using this: jaysunn-> cat...
Maybe a start using this:

jaysunn-> cat sub.sh
#!/bin/bash
STRING1='a-very-very-very-long-crazy-filename.jpg'

for i in $STRING1
do
echo "PROCESSING: ${i:0:14}..."...
1,511
Posted By jaysunn
I believe it opens the file only once, I ran: ...
I believe it opens the file only once, I ran:

[root@WATCHKICK ~]# strace sed -e 's/WEND/W_END/' -e 's/CLOSE/C_LOSE/' f.txt > strace_out.txt 2>&1And then grepped for the filename which only...
1,511
Posted By jaysunn
Maybe something like this, I am sure a much more...
Maybe something like this, I am sure a much more elegant solution will appear.

[root@WATCHKICK ~]# cat f.txt
WEND
CLOSE
[root@WATCHKICK ~]# sed -e 's/WEND/W_END/' -e 's/CLOSE/C_LOSE/' f.txt ...
Forum: Red Hat 08-22-2012
2,719
Posted By jaysunn
I believe that you can enable broadcast for...
I believe that you can enable broadcast for heartbeats by changing the following value from multicast to broadcast in /etc/cluster/cluster.conf on all clustered nodes. The CMAN service will need to...
1,635
Posted By jaysunn
Cool Command, Needs a " were the delimiter is...
Cool Command,
Needs a " were the delimiter is set.


linux:~$ awk -F"|' -v OFS="|" '{ for(N=1; N<=NF; N++) if($N == "@") $N="" } 1' filename
>
linux:~$ awk -F"|" -v OFS="|" '{ for(N=1; N<=NF;...
2,542
Posted By jaysunn
Sorry to jump in, and a bit off topic. However...
Sorry to jump in, and a bit off topic.
However I always thought that in order to use the wait $! syntax below:

wait $!

You would have to put the command into the background using the ampersand...
Forum: Red Hat 08-07-2010
8,102
Posted By jaysunn
PXE / kickstart installs needs to have the...
PXE / kickstart installs needs to have the following services.

TFTP, NFS-HTTP-CDROM-FLOPPY, DHCP.

TFTP - This is needed to deliver the pxelinux.o binary for the boot process.
NFS or HTTP...
Forum: What is on Your Mind? 08-07-2010
2,916
Posted By jaysunn
Very Funny - Had to laugh
Guys,
This is funny.


http://i28.photobucket.com/albums/c228/jralph2005/bart.png

jaysunn
Forum: OS X (Apple) 08-02-2010
7,419
Posted By jaysunn
Are you able to gather any more information from...
Are you able to gather any more information from the Safari activity monitor.

WINDOW > ACTIVITY


jaysunn
Showing results 1 to 9 of 9

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