<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: using cut command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970015#M77193</link>
    <description>use awk &lt;BR /&gt;&lt;BR /&gt;ls -laut | awk '{print $6 $7 $8}'&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
    <pubDate>Mon, 12 May 2003 14:34:33 GMT</pubDate>
    <dc:creator>Sachin Patel</dc:creator>
    <dc:date>2003-05-12T14:34:33Z</dc:date>
    <item>
      <title>using cut command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970011#M77189</link>
      <description>how to use cut command to display the dates on which the files in the current directory were last modified?</description>
      <pubDate>Sat, 10 May 2003 07:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970011#M77189</guid>
      <dc:creator>Avery_1</dc:creator>
      <dc:date>2003-05-10T07:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: using cut command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970012#M77190</link>
      <description>I suppose you are using ls -l to list them. The command then would be :&lt;BR /&gt;ls -l | cut -f7,8&lt;BR /&gt;Cut is used to show only requested fields, then we use -f option along with fields separator (if none, like here, then separator must be tab).ON ls, you get 8 fields, type(1), rights(2), links(3), prop(4), group(5), size(6), last modif(7) and name(8).&lt;BR /&gt;You can also use cut specifying columns, with -c, which is less clever here, but would work too with&lt;BR /&gt;ls-l | cut -c38- (from clumn 38 to last).&lt;BR /&gt;RGDS&lt;BR /&gt;J</description>
      <pubDate>Sat, 10 May 2003 14:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970012#M77190</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-05-10T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: using cut command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970013#M77191</link>
      <description>man cut.&lt;BR /&gt;info cut.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 12 May 2003 03:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970013#M77191</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-05-12T03:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: using cut command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970014#M77192</link>
      <description>instead of "cut" i'd recommed "awk"  you can get an entire field much more easily that with cut&lt;BR /&gt;&lt;BR /&gt;ll | awk '{print $6,$7,$9}'&lt;BR /&gt;&lt;BR /&gt;this will show the month, day, and filename of a file</description>
      <pubDate>Mon, 12 May 2003 12:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970014#M77192</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-12T12:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: using cut command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970015#M77193</link>
      <description>use awk &lt;BR /&gt;&lt;BR /&gt;ls -laut | awk '{print $6 $7 $8}'&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 12 May 2003 14:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-cut-command/m-p/2970015#M77193</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-05-12T14:34:33Z</dc:date>
    </item>
  </channel>
</rss>

